stilt.config.RuntimeSettings#
- class stilt.config.RuntimeSettings(*, db_url: str | None = None, cache_dir: pathlib.Path | None = None, compute_root: pathlib.Path | None = None, max_rows: Annotated[int | None, Ge(ge=1)] = None) None[source]#
Typed runtime settings shared across CLI, workers, and executors.
Parameters#
Parameter |
Description |
Default |
|---|---|---|
|
Database URL for a shared simulation index backend. |
|
|
Directory for cached downloads and reusable runtime artifacts. |
|
|
Scratch or worker-local root used for active simulation workdirs. |
|
|
Maximum number of index rows to claim or process in one batch. |
|
Methods#
|
Build runtime settings from the process environment. |