Hey all,
Our Deadline repository is configured with a Task fail limit of 7, and a Job fail limit of 15. We’ve also added some error checks in a custom MayaBatch.py
(via AddStdoutHandlerCallback
).
For a particular type of Job, we would like it to immediately fail without retrying if it encounters a specific Task error, but if it encounters errors that aren’t the specific one, to retry as per the Repository settings.
Is there a way to achieve this using Deadline?
Cheers,