Skip to main content

SERVER_READY

Static SERVER_READY 

Source
pub static SERVER_READY: AtomicBool
Expand description

Set to true after crate::server::Server::setup completes. The /readyz controller returns 503 until this is true. Set back to false when a shutdown signal is received so that Kubernetes stops routing traffic before the pod exits.