GET /readyz
Checks whether the service and required dependencies are ready.
Description
Use this endpoint for deployment readiness checks.
Success response
{
"ok": true,
"database": "ok",
"redis": "ok",
"service_ready": true
}
Error response
If dependencies are not ready, the endpoint may return a non-200 status depending on deployment configuration.
Example
curl https://rtc-svc.blendlix.com/readyz