I’m trying to automate a render processing pipeline (which we use Deadline to manage), however we have an additional management reporting database system. I’ve so far managed to include some Python script to report render completes to the management database using the Post Job Script.
However, any tasks that fail (e.g. due to time limits being applied, Octane renderer crashing) do not cause the Post Script to be run. I’m unable to see any script callbacks for failures (none of the scripting options handle failures PreJobScript, PostJobScript, PreTaskScript, or PostTaskScript), and the error notification only allows for emails to be sent, are there any scripting handlers anywhere?
Thanks for any assistance.