ai-code-battle/worker-api
jedarden 257eb32641 Add health monitoring endpoints for Phase 6
- Add /health (liveness) and /ready (readiness) endpoints to worker-api
- /ready checks database connectivity and returns 503 if unavailable
- Update DEPLOYMENT.md with health endpoint documentation
- Update PROGRESS.md to reflect monitoring setup complete

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 10:08:11 -04:00
..
migrations Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00
src Add health monitoring endpoints for Phase 6 2026-03-24 10:08:11 -04:00
package.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
schema.sql Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00
tsconfig.json Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
vitest.config.ts Start Phase 4: Cloudflare Worker API for match orchestration 2026-03-24 07:50:10 -04:00
wrangler.toml Complete D1 database schema and migrations for Phase 6 2026-03-24 09:52:53 -04:00