Manually activating onJobFinished event?

Is it possible to manually trigger this event, after the job is already completed? I made a few errors on the code and it failed on quite a number of completed jobs. What would be a good way to trigger it to run again on those jobs?

This is a hacky solution, but all of our jobs have post job scripts that just check all the exported frames to make sure they exist. It runs so fast, and doesn’t actually modify anything, so I often requeue it just to re-trigger the onJobFinished event for cases like this. So you could achieve similar by having even an empty script that does nothing attached to all your jobs.

Well, I just right-click “requeue”, right click “complete” in the Monitor.

That will run within the Monitor however, so make sure you open it on a render node if it should be done on the farm side.

Ah thanks. Yes that worked. Silly me, been re-queuing a frame and let it actually render to do this for a very long time.