health

Readiness probe

Readiness probe.

Returns 200 OK if the service is ready to process requests. Returns 503 Service Unavailable if storage is not available.

This endpoint verifies that:

  • PotService is initialized
  • Storage adapter is accessible
get/ready

Response

Service is ready

status'ready' | 'not_ready' required
timestampstring date-time required
checksobject required
detailstring nullable

Changes