Module health

Source
Expand description

Health check service.

This module contains the business logic for performing health checks, including system resource checks, Redis connectivity, queue health, and plugin status.

Functionsยง

check_plugin_health
Check plugin health using the global pool manager.
check_system_health
Check system resources and return health status.
get_readiness
Get readiness response with caching.