Skip to main content

readyz

Function readyz 

Source
pub async fn readyz(__arg0: State<AppState>) -> (StatusCode, Json<Readiness>)
Expand description

GET /readyz — readiness: 200 only when the store is writable, otherwise 503 so an orchestrator can gate traffic/restarts. The body carries the store-writability flag and an aggregate repo-health summary.