diff --git a/scribe/hub/service.py b/scribe/hub/service.py index e1a05fd..74fb768 100644 --- a/scribe/hub/service.py +++ b/scribe/hub/service.py @@ -100,6 +100,7 @@ class HubServerService(BlockchainReaderService): yield self.start_cancellable(self.session_manager.serve, self.mempool) def _iter_stop_tasks(self): + yield self.stop_prometheus() yield self.status_server.stop() yield self._stop_cancellable_tasks() yield self.session_manager.search_index.stop()