perago.RuntimeConfigError#

exception perago.RuntimeConfigError[源代码]#

Raised when local runtime configuration is invalid.

Runtime config errors are produced from process environment variables, .env files, writable root probes, and supervisor settings. They are local worker setup failures, not task input validation failures.

参见

load_runtime_config

Load local runtime configuration.

RuntimeConfig

Validated runtime configuration model.

worker_child_specs

Validate supervisor process count and worker ids.

Examples

>>> RuntimeConfigError("CONDUCTOR_SERVER_URL is required for perago start")
RuntimeConfigError('CONDUCTOR_SERVER_URL is required for perago start')