feat(health): add health checking endpoints and logic #636

Merged
argoyle merged 1 commits from feat/add-health-check-endpoints into main 2025-11-21 09:38:02 +00:00

1 Commits

Author SHA1 Message Date
argoyle a9dea19531 feat(health): add health checking endpoints and logic
Introduce health checking functionality with liveness and readiness 
endpoints to monitor the application's status. Implement a health 
checker that verifies database connectivity and provides a simple 
liveness check. Update service routing to use the new health 
checker functionality. Add corresponding unit tests for validation.
2025-11-21 10:24:34 +01:00