Dynamic Scheduler and Resource Pool

veldew

New Member
Hello,
I'm building a similar process, did you manage to solve the pool issue ?
For now i check for available robots and send the process to the first available.
 

mcandrewe

Member
Hello,
I'm building a similar process, did you manage to solve the pool issue ?
For now i check for available robots and send the process to the first available.

Unfortunately no, I am using a similar idea to you. I have several collections with the particular resource names split into each based on their privileges on our systems. Theoretically this could be done as an environment variable and act similarly to a pool?
 
Top