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

Runs only the liveness indicator (the built-in "self" indicator).

Return Type

Promise<HealthReport>

The liveness report

Usage

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