pub async fn healthz() -> Json<Value>
GET /healthz — liveness 存活探针。
GET /healthz
进程在跑即返回 200。不触碰数据库,保证即使 DB 故障时探针也能快速响应, 让编排器知道容器本身没死(不需要重启),只是暂时无法服务。