Skip to content

Task Dependencies #35

Description

@william-silversmith

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions