perago.RuntimeConfigError#
- exception perago.RuntimeConfigError[源代码]#
Raised when local runtime configuration is invalid.
Runtime config errors are produced from process environment variables,
.envfiles, writable root probes, and supervisor settings. They are local worker setup failures, not task input validation failures.参见
load_runtime_configLoad local runtime configuration.
RuntimeConfigValidated runtime configuration model.
worker_child_specsValidate 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')