Skip to main content

SUPERVISOR_KEY_RESTART_WINDOW

Constant SUPERVISOR_KEY_RESTART_WINDOW 

Source
pub const SUPERVISOR_KEY_RESTART_WINDOW: &str = "restartWindow";
Expand description

Canonical camelCase JSON/YAML top-level key for crate::supervisor::SupervisorSpec’s restart_window axis. Peer of SUPERVISOR_KEY_ESTRATEGIA on the same sibling supervision-tree serialized-key axis; see SUPERVISOR_KEY_ESTRATEGIA for the full lift rationale. The Rust field is snake_case restart_window; #[serde(rename_all = "camelCase")] maps it to the camelCase JSON key "restartWindow" this constant pins.