1 parent 3137024 commit 2565cddCopy full SHA for 2565cdd
1 file changed
.github/changes/feature_feat-9948.md
@@ -0,0 +1,12 @@
1
+# feat: add comprehensive health check endpoint
2
+
3
+## Summary
4
+- GET /health with dependency status checks
5
+- Database connectivity verification
6
+- Cache availability check
7
+- Upstream service health aggregation
8
9
+## Test plan
10
+- [x] Health check returns 200 when all deps healthy
11
+- [x] Returns 503 when critical dep is down
12
+- [x] Response time < 100ms unde
0 commit comments