Skip to main content

Health Check Module

This module registers two health check endpoints:

  • GET /healthz/
  • GET /healthz/ready

These /healthz endpoint checks if the application is running. The /healthz/ready endpoint checks it the application is running and a database connection has been established.

Database Health Indicator

This database health indicator relies on a PrismaModule has been registered in the application in which it is used: see @consumer-health-platform/prisma.