I had some general questions about scripting. I am a bit new to the custom scripting aspect of Deadline.
How does a submission script or any other script get access to its respective plugin information?
I want to build a system in which I can write to a json file the exact number of slaves being used for a job and be able to find out which frames a specific slave is going to render when I include the total number of frames to be processed?
I will research more but these questions are allusive to me.
deadlinecommand.exe SetJobMachineLimit <job ID> <slave1,slave2,slave3> <true/false> true if whitelist, false if blacklist
Now I’m not sure if it’s possible to add black/whitelist with Event or Job PreLoad scripts. Looking at the scripting reference, Job.JobMahineLimit means something different. It’s a getter method which returns int instead.
There is another method Job.JobListedSlaves that seems to store white/black list machines but its also a getter not a setter according to the ref. Would love to hear staff input on this @Justin_B