Implement /healthz probing Redis+MinIO+OCR #7

Closed
opened 2026-07-05 19:19:54 +01:00 by TimCane · 0 comments
TimCane commented 2026-07-05 19:19:54 +01:00 (Migrated from github.com)

Goal

Anonymous health endpoint returning {redis,minio,ocr,email} with 200 when the three probes pass and 503 if any fails. email is a static capability flag, false until M6; it never affects the status code.

References

Done when

  • Advances M1 A2 (/healthz 200 with probes true).

Part of M1: Scaffold.

## Goal Anonymous health endpoint returning {redis,minio,ocr,email} with 200 when the three probes pass and 503 if any fails. email is a static capability flag, false until M6; it never affects the status code. ## References - [docs/04-api-contract.md#get-healthz](https://github.com/TimCane/bill-splitter/blob/main/docs/04-api-contract.md#get-healthz) - [docs/07-backend-design.md](https://github.com/TimCane/bill-splitter/blob/main/docs/07-backend-design.md) ## Done when - Advances M1 A2 (/healthz 200 with probes true). --- Part of **M1: Scaffold**.
Sign in to join this conversation.
No description provided.