pub async fn readiness_response(health: HealthCheck) -> HealthResponseExpand 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.