Unverified Commit 84233683 authored by astaxie's avatar astaxie Committed by GitHub

Merge pull request #3275 from WiFeng/master

fix bug of tasks that only some but not all are executed
parents 58fe0124 d86410a6
......@@ -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