Skip to main content

restart_worker_group

Function restart_worker_group 

Source
pub async fn restart_worker_group(
    configuration: &Configuration,
    worker_group: &str,
) -> Result<String, Error<RestartWorkerGroupError>>
Expand description

Send a restart signal to all workers in the specified worker group. Workers will gracefully shut down and are expected to be restarted by their supervisor. Requires devops role.