Files
tiennm99 b3ab6317fe fix(health): report readiness instead of static 200
The health endpoint returned 200 unconditionally from before dependencies were ready and never reflected MongoDB state. Handler now takes a readiness check; the endpoint returns 503 while starting or when MongoDB is unreachable and 200 only when ready.
2026-06-26 15:48:35 +07:00
..