gotasks icon indicating copy to clipboard operation
gotasks copied to clipboard

job/task framework for Golang

Results 1 gotasks issues
Sort by recently updated
recently updated
newest added

您好,有个问题想请教下,gotasks.runHandlers方法里有下面这段代码: ``` if task.CurrentHandlerIndex > i { log.Printf("skip step %d of task %s because it was executed successfully", i, task.ID) continue } ``` 请问什么情况想task.CurrentHandlerIndex 才会大于i呢?因为我看下面是把i赋值给task.CurrentHandlerIndex了,而别的地方也没发现有修改