We have a custom plugin that generates a quicktime and various other stuff. The problem is when there is brief disconnection with a network drive the event plugin fails (executes on JobFinished).
Is there a way make the event plugin retry the OnJobFinshed similar to how tasks gets retried til a certain failure threshold?
I’m assuming it should retry. I don’t think the ‘FailRender’ or equivalent call is possible from the event script though if you have to manually force it to fail.
If you’re not comfortable posting your logs and script, could you shoot it over to me in support? The usual support@thinkboxsoftware.com should do just fine.
Note though that if you don’t have async events on, this’ll tie up the Slave for up to 200 seconds. We do this sort of thing all over the place in Deadline when dealing with network I/O.