pub static SERVER_READY: AtomicBoolExpand 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.