Skip to content

Support for dynamic number of parallel jobs? #47

@joshjordan

Description

@joshjordan

What if I have a workflow that looks like this?

  1. Fetch the number of objects
  2. For each object, enqueue one processing job
  3. After all objects have been processed, run one final job

Is this something that's supported? A practical example is processing all of a user's Github repos. You don't know how many there are in advance, and you want to be able to let individual jobs fail independently.

It doesn't seem like defining superworkers is the right pattern.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions