rtemis

Command Palette

Search for a command to run...

ExecutionConfig

Component

Language-independent config for rtemis execution: sequential, parallel, or distributed. Mirrors the `ExecutionConfig` object / `setup_ExecutionConfig` arguments.

Raw JSONv1Unknown properties rejected

Properties

backend
stringdefault "none"

Execution backend.

one of"future""mirai""none"

n_workers
integerdefault 1≥ 1

Number of parallel workers (used when backend is 'future' or 'mirai').

future_plan
string | nulldefault null

Future plan to use when backend is 'future'.

on_error
stringdefault "continue"

Failure policy.

one of"continue""stop""stop_outer"

Relationships

Used by