System
Health check
Check whether the Blnk server and worker processes are running and responsive.
GET
The Health check endpoint reports process health for liveness and readiness probes. It is always available and does not require authentication.
Blnk runs the server and worker as separate processes. Each registers its own
See Metrics for the same server/worker split on
GET /health endpoint on a different port. Probe both processes in production.
| Endpoint | Process | Port setting | Default URL |
|---|---|---|---|
GET /health | Server | server.port | http://localhost:5001/health |
GET /health | Worker | queue.monitoring_port | http://localhost:5004/health |
GET /metrics.
Available in version 0.10.3 and later. Public access (no authentication required) in v0.10.4.