Forcing limit setting

We have an ongoing problem here with artists forgetting to set their limits(for software licensing). I can’t seem to find any method to force them to set it, I was thinking along the lines of not allowing slaves to run groups set to None, which works very well, but perhaps I’m approaching it incorrectly?

I’d be happy if there was a way to simply leave a job sitting in the queue if they forget to set it(nothing helps memory more than this approach), but any solution to keep non-limited jobs from being submitted or running would be appreciated…

Thanks!

J.C.

You should make a preset for submission script and use that on all of the submitting workstations. You can assign limits there and every time there is submission - they will be there. This can be done for different sets of software.

You could also use an Event plugin for this. We have an example on GitHub that may do what you need, or at least serve as a good starting point.

Cool thanks guys! These should do the trick…

J.C.