Description
Implement a /health endpoint that validates all critical internal dependencies (database, cache, queues, internal services, etc.).
Requirements:
Return 200 OK when all checks pass
Return 500 Internal Server Error if any dependency fails
Include dependency-level status in the response
Ensure checks are lightweight and production-safe
Description
Implement a /health endpoint that validates all critical internal dependencies (database, cache, queues, internal services, etc.).
Requirements:
Return 200 OK when all checks pass
Return 500 Internal Server Error if any dependency fails
Include dependency-level status in the response
Ensure checks are lightweight and production-safe