Hi All!
I’ve been running into issues with users leaving their local worker overrides for cpu and gpu affinity on after they finish at work. This is a bit of an issue as most of the artist workstations contribute a lot to the farms rendering capacity. I’ve been looking at creating a custom script to simply run every day to disable the affinity overrides the users might set during the day.
I was wondering if this could be achieved by creating a deadline command job that’s a repeating scheduled job and runs a python script on every worker that check is the override is enable and if necessary disables it. This could give me the flexibility to see if the job was done and maybe report back the worker states so i can “notify” the artist
Is this a workflow that’s advisable or should i look into a different type?