I have a custom maxscript and I would like access to ‘Override Job Error Limit’ and ‘Override Task Error Limit’. I cannot find either of these in SMTDSettings or SMTDFunctions. Is there another way I can achieve this functionality?
We added these very recently to the current Beta builds of Deadline 5.2. The update will be released sometime in December.
If you cannot wait until then, you can either modify the existing SMTD Functions to add these options, or append to the SubmitInfo JOB file yourself from your own script and include the necessary lines, e.g.
OverrideJobFailureDetection=True
FailureDetectionJobErrors=0
OverrideTaskFailureDetection=True
FailureDetectionTaskErrors=0
SendJobErrorWarning=False