Skip to content

Concurrency: ability to run a given step in parallel when multiple objects are present #29

Description

@eledhwen

Current design for steps is sequential only, even going through their list of target objects, but we can find use-cases with eg. blocking API calls where this can severely hamper a pipeline's throughput.

A simple way to handle this without introducing structural complexity would be to run Steps in a parallel blocking fashion, exactly like suggested for #17.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions