Module health

Source
Expand description

Health check models and response types.

This module contains all data structures used for health check endpoints, including component statuses, health information, and readiness responses.

Structs§

Components
All health check components.
PluginHealth
Plugin health information.
PoolStatus
Status of an individual Redis connection pool.
QueueHealth
Queue health information.
QueueHealthStatus
Health status of Queue’s Redis connection.
ReadinessResponse
Complete readiness response.
RedisHealth
Redis health information.
RedisHealthStatus
Health status of Redis connections (primary and reader pools).
SystemHealth
System health information (file descriptors, sockets).

Enums§

ComponentStatus
Component health status levels.