Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distributed Execution Targeting #31

Open
kennywk opened this issue May 26, 2022 · 2 comments
Open

Distributed Execution Targeting #31

kennywk opened this issue May 26, 2022 · 2 comments

Comments

@kennywk
Copy link

kennywk commented May 26, 2022

Just wondering, is the intent behind the distributed execution for distributing tasks to be executed across a pool of nodes? is it possible to target tasks to identified nodes such as;

Task 1 -> Node 1
Task 2 -> Node 2
Task 3 -> Node 3
Results -> Master/Parent?

i could see where something like this would enable some interesting capabilities for distributed microservice architectures where each node performs a specific tasks.

Thanks!

@kennywk
Copy link
Author

kennywk commented Aug 2, 2022

Hey!

The basic use case would be to allow for a distributed node to to handle a single micro task but live within a "graph" of tasks where some tasks could be dependent on the execution of some previous tasks. The way it seems to be written currently a distributed node executes the whole "graph" whereas i would like for a single task to be executed by a single node if possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants