Readiness probe. Returns 200 if the server and Redis are healthy. No authentication required.
Documentation Index
Fetch the complete documentation index at: https://prefetch.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
/ready is a readiness probe that checks whether the server is ready to handle requests. Unlike /health, it verifies that Redis is reachable — since the job queue requires Redis to function.
200 when the server is ready503 when Redis is unavailable/ready/ready as a readiness probe in your container orchestration system. When this endpoint returns a non-200 response:
Server is ready.
ok "ok"