ExecutionConfig
ComponentLanguage-independent config for rtemis execution: sequential, parallel, or distributed. Mirrors the `ExecutionConfig` object / `setup_ExecutionConfig` arguments.
Properties
backendstringdefault"none"Execution backend.
one of
"future""mirai""none"n_workersintegerdefault1≥ 1Number of parallel workers (used when backend is 'future' or 'mirai').
future_planstring | nulldefaultnullFuture plan to use when backend is 'future'.
on_errorstringdefault"continue"Failure policy.
one of
"continue""stop""stop_outer"
Relationships
Used by