镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-07 06:56:47 +00:00
feature(worker): ability to hot reload mirror job configrations, close #18
这个提交包含在:
@@ -30,6 +30,7 @@ func (q *scheduleQueue) AddJob(schedTime time.Time, job *mirrorJob) {
|
||||
q.Lock()
|
||||
defer q.Unlock()
|
||||
q.list.Set(schedTime, job)
|
||||
logger.Debugf("Added job %s @ %v", job.Name(), schedTime)
|
||||
}
|
||||
|
||||
// pop out the first job if it's time to run it
|
||||
|
||||
在新工单中引用
屏蔽一个用户