This commit is contained in:
Mayuresh Gaitonde
2021-12-15 17:10:28 -08:00
parent c860f3c50e
commit 04159185c9

View File

@@ -332,6 +332,7 @@ func (m *MonitorMgr) Cleanup(app string, exit chan bool) {
case <-t.C:
glog.Infof("Cleaning up app %s", app)
m.Remove(app)
return
case <-exit:
return
}