Skip to main content

Options

  • concurrency: limit of simultaneous tasks
  • mode: in all, settle or fail-fast

all with limit

fail-fast

Stops the start of new tasks on the first error.
Unstarted tasks remain in skipped state.

allOrThrow

Throws on the first error and respects concurrency.