OnRetry is called when the iteration returns error and before retry
(err error)
| 63 | OnError(err error, d time.Duration) |
| 64 | // OnRetry is called when the iteration returns error and before retry |
| 65 | OnRetry(err error) |
| 66 | // OnIterationComplete is called when the one iteration is completed |
| 67 | OnIterationComplete(executed time.Duration) |
| 68 | // OnStatusTransition is called when the Task status is changed |