Skip to content

Workflow "any" should check async and return as soon as condition is met #65

Description

@skierkowski

any is implemented to wait for all results before checking the conditions. This means that the execution time is that of the slowest of all events. Instead, it should be implemented to return as soon as the first is done without waiting for the rest. This would change execution time to that of the fastest in the set.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions