Perhaps I can provide some additional information as we are experiencing the same issue. We have a job setup to copy files using powershell. The powershell is executed remotely against a different server. If this server is unavailable at the time that the task runs, the task fails. Instead of retrying, the job just fails and sends our notification that there was a failure. I attached the task level flow for reference. We have "All Errors" selected in the "On Error" tab because we've had issues with non zero errors not notifying us on failure.
***Note: It appears this is only an issue if "Run tasks in order" is not checked.***
We have the task set to wait 5 minutes and retry the job 6 times.
At the job level, we have it set to send an email notification on failure.
The desired behavior is that the task fails, waits 5 minutes, retries, and repeats 6 times if it keeps failing and then we should get the job failure notification after the last retry and failure. Have we set something up incorrectly that it is failing on the first attempt and not retrying?
Edited by user
2020-08-11T17:44:55Z
|
Reason: Not specified