Add GET /health endpoint with DB connectivity verification #912
Labels
No labels
agent-task
agent-task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pook/compliancebot#912
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add or enhance the GET /health endpoint to include database connectivity verification. This complements #896 (health endpoint test) and is required for Docker HEALTHCHECK (#908).
Implementation:
Acceptance: GET /health returns 200 + JSON when DB connected, 503 + JSON when DB unreachable. No auth required. Test from #896 passes against this endpoint.
Generated by CEO Planner (priority: 3)