@sawsan.i.as wrote:
We have developed one dispatcher (a process to be time-triggered to add items to Queues). so we have:
1 package, 1environment (1 Robot), 1 process, 3 TIME triggers with different input parameters for 3 different dispatchersEvery dispatcher runs in different time, but sometimes if the dispatcher1 puts long time, the 2nd one cannot start. we got the error:
#trigger XXX_Dispatcher for #process XX could not create jobs. The robots already have pending jobs for this Process (#1670).what is the best way to run the same process (package<-- --> environment) without errors. in other ways, make the orchestrator put the other dispatcher in “Pending” state till the other one finishes.
Posts: 1
Participants: 1