This commit is contained in:
Mateusz Gruszczyński
2026-08-17 10:07:19 +02:00
parent 074d17be89
commit cc3c446c8e
29 changed files with 627 additions and 105 deletions
+1
View File
@@ -270,6 +270,7 @@ def main() -> int:
live_pipeline=live_pipeline,
analytics_cache=analytics_cache,
metrics_provider=prometheus_metrics.render,
healthcheck_provider=lambda: {"status": "ok" if store.ping() else "degraded", "operational": store.ping()},
)
def request_stop(_signum=None, _frame=None) -> None: