docs(portal): clarify liveness probe contract

This commit is contained in:
IgorRachkov
2026-06-14 14:35:36 +03:00
parent 5d3b3e96bb
commit 07b754090a
@@ -1,3 +1,8 @@
//! Liveness probe payload.
//!
//! CONTRACT: `/healthz` is intentionally shallow. It proves that the portal
//! process can answer HTTP, while dependency checks belong to `/readyz`.
use serde_json::{Value, json}; use serde_json::{Value, json};
use crate::now; use crate::now;