method IHealthService.checkReady
IHealthService.checkReady(): Promise<HealthReport>

Runs all contributed indicators for readiness.

Return Type

Promise<HealthReport>

The readiness report

Usage

import { type IHealthService } from "common/src/index.ts";