Skip to content

Commit 2565cdd

Browse files
feat: add comprehensive health check endpoint
1 parent 3137024 commit 2565cdd

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)