Hi there,
Is there an event triggered when a slave fails a task? Not actually marking it failed, just throwing an error?
cheers
l
Hi there,
Is there an event triggered when a slave fails a task? Not actually marking it failed, just throwing an error?
cheers
l
We currently don’t have task-level events, unfortunately, just for Job-level status changes. It’s been on the wishlist for a while, but we’ve mainly been concerned about the performance implications (primarily as the number of event plugins grow).
EDIT: Whoops, sorry, Ryan pointed out to me that we do indeed have an OnJobError event callback (see docs here), which should trigger whenever an error is encountered when rendering a Job. We do not have a per-task completion event, though.
THanks Jon, Ill check if the job level event works! We are trying to set up some slave self management tools, where slaves with bad config, or other issues would disable&report themselves, instead of littering a bunch of jobs with errors.
I think we will be able to make it work with this, combined with patching the nuke/max/maya plugins to collect some info during the task start. The implementation would be a lot cleaner if we had a task start and task errored event thought