Hello,
I've got 4 workshops in my model( Each workshop contains various servers).
For each workshop there is a dedicated worker (inspirated from the simbit MoveableWorker).
As is not the best repartition ( too many task in one of the workshop for only one worker),
I want to put 2 workers for one of them.
In that way, when the first worker is busy the second one will take in charge the job.
But in the properties of my servers it seems to me that I can put only one secondary ressource.
So I'm wondering if I need to use processes for each servers to search and choose the available worker, or if there is an other solution?
Thank you in advance for your help,
Best regards,