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-04-13 19:48:47 +08:00
parent 62dcf7082b
commit 83b9a7faae
2 changed files with 3 additions and 4 deletions

View File

@@ -71,7 +71,6 @@ func (scheduler *SchedulerFair) Start() {
jm.start()
}()
} else {
log.Info("No more jobs to schedule", time.Now())
scheduler.scheduling.Unlock()
go func() {
scheduler.UpdateNextQueue()