Health targets

Bootstrap health routes

No status signals yet. Deploy the API and worker, then refresh to load health, logs, and readiness data.

Dashboard runtime

Internal dashboard service health route.

/api/health

Open target

API live

Process liveness without dependency checks.

https://staging.fabblis.com.br/api-runtime/health/live

Open target

API ready

Readiness contract with Redis status placeholder.

https://staging.fabblis.com.br/api-runtime/health/ready

Open target

Worker live

Worker process availability through the health server.

http://worker:3002/health/live

Open target

Worker ready

Worker readiness contract for future queue dependencies.

http://worker:3002/health/ready

Open target