Bug Fixes
- Worker startup timeout resolved — Changed health checks from
/api/readiness(503 until full init) to/api/health(200 when HTTP server listening), eliminating "Worker did not become ready within 15 seconds" errors (#811, #772, #729)- Updated
isWorkerHealthy()insrc/shared/worker-utils.ts - Updated
waitForHealth()insrc/services/infrastructure/HealthMonitor.ts
- Updated