Readiness probe for Kubernetes and orchestration systems
Returns 200 when the service is fully configured and ready to handle traffic. Returns 503 with a list of issues when the service is degraded or not ready…
GET
Returns 200 when the service is fully configured and ready to handle traffic.
Returns 503 with a list of issues when the service is degraded or not ready.
Checks Performed
- API keys are configured (production safety)
- Persistence is configured (data safety)
- Database is reachable when
NSR_DATABASE_URLis configured - Engine is initialized and operational Example
Response
ReadyResponse
string[]
List of issues blocking readiness
boolean
required
string
required
ready | degraded
string
required
string[]