Module health

Source
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 /health endpoint.
readiness_route
Readiness endpoint that checks system resources, Redis, Queue, and plugins.

Functions§

init
Initializes the health check service.