eshine996

Results 1 comments of eshine996

// Call the task results, err := task.Call() if err != nil { //All retry mechanisms are based on the RetryCount if signature.RetryCount < 0 { return worker.taskFailed(signature, err) }...