Skip to main content

readiness_response

Function readiness_response 

Source
pub async fn readiness_response(health: HealthCheck) -> HealthResponse
Expand description

Execute a readiness probe based on the configured health checks.

Readiness currently shares the same dependency checks as the aggregated health endpoint; unhealthy dependencies return 503 Service Unavailable.