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