Function execute_critical

Source
pub async fn execute_critical(
    cmd: CriticalCommands,
) -> Result<(), Box<dyn Error>>
Expand description

Execute a critical command on our site

Called by the control worker only when the Mutex is acquired