{ "opencollection": "1.0.0", "info": { "name": "Unisson agent-evals Readyz API", "version": "1.0.0" }, "items": [ { "info": { "name": "Readyz", "type": "folder" }, "items": [ { "info": { "name": "Readyz", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/readyz" }, "docs": "Deep readiness probe: confirms DB + Redis + WS relay are live.\n\nK8s readiness probes should hit this (not ``/health``) so a worker\nwith a degraded dependency is pulled out of the load-balancer pool." } ] } ], "bundled": true }