镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-06 06:26:46 +00:00
fix(worker): fixed job status and control logic
这个提交包含在:
@@ -44,6 +44,7 @@ func (q *scheduleQueue) Pop() *mirrorJob {
|
||||
defer first.Close()
|
||||
|
||||
t := first.Key().(time.Time)
|
||||
// logger.Debug("First job should run @%v", t)
|
||||
if t.Before(time.Now()) {
|
||||
job := first.Value().(*mirrorJob)
|
||||
q.list.Delete(first.Key())
|
||||
|
||||
在新工单中引用
屏蔽一个用户