Skip to main content

readiness_check

Function readiness_check 

Source
pub async fn readiness_check(__arg0: State<SharedPool>) -> Response
Expand description

Readiness check endpoint.

Returns 200 OK if the pool has capacity to handle requests, 503 Service Unavailable otherwise.

ยงEndpoint

GET /ready