IHealthService.checkLive(): Promise<HealthReport>
Runs only the liveness indicator (the built-in "self" indicator).
Promise<HealthReport>
The liveness report
IHealthService.checkLive(): Promise<HealthReport>
Runs only the liveness indicator (the built-in "self" indicator).
Promise<HealthReport>
The liveness report
import { type IHealthService } from "common/src/index.ts";