Let’s say I have a render farm with Deadline in service mode. I have a software that takes tokens based on if that software was opened during the day.
What I want to achieve is a function that takes into consideration if a computer already opened that specific software during the day. If it already has, then use that node for that specific job, if it hasn’t, then try to find another node. If no node exist and if I put the priority to >90 (let’s say) then and only then will it the node pick up the job and render.
What I ultimately want to do is to minimize the number of nodes that opens this software, while having a relatively high traffic flow of renders going through, which is difficult of course.