1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 00:26:43 +00:00
This commit is contained in:
2020-05-26 08:17:25 +08:00
parent 8129d46121
commit f9c95cebcb
2 changed files with 1 additions and 2 deletions

View File

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