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.