1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-12 23:36:44 +00:00
This commit is contained in:
2020-05-26 00:04:58 +08:00
parent 3233574ab4
commit 2ddf16cc87

View File

@@ -67,5 +67,6 @@ func (collector *Collector) init(conf Configuration) {
}
collector.wg.Wait()
consumer.Close()
log.Warn("Collector exited")
}()
}