RyTask docs
REST APIHealth

Readiness probe

Served at the server root. Checks PostgreSQL and Redis reachability.

View as MarkdownOpen in ChatGPTOpen in Claude
GET
/readyz

Served at the server root. Checks PostgreSQL and Redis reachability.

Response Body

application/json

curl -X GET "https://example.com/readyz"
{  "status": "ok",  "checks": {    "database": "up",    "redis": "up"  }}