Hi,
I’m trying to figure out if Deadline has any feature that forces only one Worker to do the entire job. I will be very grateful for the answer
My jobs look like this:
So, I have a pre job script, Task 0 (which is responsible for rendering a 3ds Max 3D scene) and a post job script.
Everything is executed sequentially as needed, but the fact is that sometimes, when a pre job script is completed, say by Worker 1, then Worker 2 can start executing Task 0, and not Worker 1. That’s the point, I need all the job to be done by the same Worker which started the pre job script.
Is there any way to implement this?
I know that it is possible to specifically assign specific pools or groups of Workers for each job, but this is not a very effective solution for my pipeline.
I also know about the Concurrent Tasks function, but I haven’t fully figured out its purpose and full functionality. From the information that I found, this function is more necessary for the so-called parallel execution of Tasks within the same job by the same Worker. But this is not exactly what I need, since I have only one Worker performing each job.