Function: livenessHandler()
livenessHandler(
c):Response
Defined in: src/api/handlers/rest/health.ts:54
Liveness probe handler.
Parameters
c
Context<ChiveEnv>
Hono context
Returns
Response
Health response
Remarks
Returns 200 if the process is running. Used by Kubernetes to determine if the container needs to be restarted.