Commit d86410a6 authored by liuweifeng's avatar liuweifeng

fix bug of tasks that only some but not all are executed

parent 053a0753
......@@ -428,6 +428,9 @@ func run() {
continue
case <-changed:
now = time.Now().Local()
for _, t := range AdminTaskList {
t.SetNext(now)
}
continue
case <-stop:
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment