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

Task Dependencies #35

Open
william-silversmith opened this issue Apr 13, 2021 · 0 comments
Open

Task Dependencies #35

william-silversmith opened this issue Apr 13, 2021 · 0 comments
Labels

Comments

@william-silversmith
Copy link
Contributor

It would be useful to support task chaining. This allows processors to guarantee locality when acquiring the next task.

The simplest version of this would be to insert a list of tasks. A more sophisticated version would allow for the specification of a tree that would process breadth-first.

There are drawbacks to using this kind of processing mode. One of the big ones is that tasks with dependencies won't benefit from automatic parallelism and retries of individual tasks. Instead, the whole unit must complete or be retried.

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

No branches or pull requests

1 participant