fix prometheus teardown
This commit is contained in:
parent
5e2d5e98b3
commit
c6e5c92765
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue