Will Dispatcher and Performer Overlap?

Hi UiPath,

Let say I have a dispatcher workflow that will run every 30 minutes.

And I have a performer workflow that will run whenever there is a new status queue item.

I’m not sure what will be the behavior of the orchestrator.

will it be overlapping with each other?

Thanks!

Hi @alvin.c.apostol26 ,

It can overlap. Say if your item takes only 1 minute to process then the performer might complete the task before all items are added.

Dispatcher takes 2 minutes to add and performer takes 1 minute there might eb over laps. If you are not sure. You can use trigger job after option which will allow you to trigger the job only when specified number of queue items are added to the queue

cheers

Hi @alvin.c.apostol26,

It may overlap and it depends upon the volume of queue items for each run and the number of robots you have to process the queue items.
Thanks

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.