I set up a simple health check in nestjs using terminus.
export class ReadinessController { constructor( private health: HealthCheckService, private