Dispatcher + Performer

When we are working with Dispatcher and Performer, does that means that we have to deal with 2 separated REF projects?

1 to insert queue items and other to consume it?

1 Like

It is not an obligation, but it is more used that way, as it gives you more flexibility as to use different robots to do the two at the same time for example… and for development, it can be easier to make changes when needed.

2 Likes

Yes.
2 REF projects.
Dispatcher will be pushing queue items to queue.
Performer will be processing queue items.

Regards,
Karthik Byggari

3 Likes