v.0.11.4
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user