How does Batch know whether to retry some tasks or not? Does it solely depend on the exit code? If yes, how can I control the exit code?
It seems from some logs that a task in my job got retried but I can't find the output files or information about the exit code in the first failed try. Is there a way to get that information (after the fact)?
When I check my task properties, it says that the maximum task retries is 0, however, some logs show that the task retried. How could that be possible?
Thanks!