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.
This commit is contained in:
@@ -6,5 +6,6 @@ coverage.html
|
||||
/exported
|
||||
/release
|
||||
/schemactl
|
||||
/service
|
||||
CHANGES.md
|
||||
VERSION
|
||||
|
||||
Reference in New Issue
Block a user