Expand description
This module provides health check and readiness endpoints for the API.
The /health endpoint can be used to verify that the service is running and responsive.
The /ready endpoint checks system resources like file descriptors and socket states,
as well as Redis connectivity, queue health, and plugin status.
Structs§
- health_
route - Handles the
/healthendpoint. - readiness_
route - Readiness endpoint that checks system resources, Redis, Queue, and plugins.
Functions§
- init
- Initializes the health check service.