Ensure return from health shutdown

This commit is contained in:
Joshua Boniface 2023-11-29 16:08:13 -05:00
parent fa12a3c9b1
commit 7a7c975eff
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ class MonitoringInstance(object):
def shutdown(self): def shutdown(self):
self.stop_check_timer() self.stop_check_timer()
self.run_cleanups() self.run_cleanups()
return
def start_check_timer(self): def start_check_timer(self):
check_interval = self.config["monitoring_interval"] check_interval = self.config["monitoring_interval"]