What happens if a single bot scheduled for 2 processes at a time?
I have a bot Bot1 . And processes Process1 and Process2. For Ex: If Bot1 is scheduled for every 15 min on Process1 and also same Bot1 is scheduled for every 1 hour on Process2. At some point Bot1 has to take care of both Process1 and Process2. Say for example both teh processes has to execute at 10:00AM.What happens in such cases? Anybody tried this?
If they are scheduled for same robot, it selects one to run first, then the second one will say pending and start after the first one is finished. I am not sure how it decides which one to run first though (maybe it’s alphabetic or in the order that they were added in Schedule or published)
Ideally, you would want to schedule the process using the NumberOfRobots=1 option so it will choose an available robot (or should) to start the job, so it won’t need to wait until the other one is finished.
2 Likes