Run named dependency health checks in parallel and aggregate the result.
This is intended for app-owned readiness endpoints. Checks should be cheap,
bounded, non-mutating probes such as SELECT 1, Redis PING, or provider
health endpoints. Do not start workers, drains, migrations, or polling loops
from readiness checks.
Run named dependency health checks in parallel and aggregate the result.
This is intended for app-owned readiness endpoints. Checks should be cheap, bounded, non-mutating probes such as
SELECT 1, RedisPING, or provider health endpoints. Do not start workers, drains, migrations, or polling loops from readiness checks.