Best way to automate a process with many transactions on queue

Hello,

I am trying to figure out what is the best way to automate a process that involves around 2000 transactions on queue daily (with 2 unattended robots available) so any advice is appreciated.

What architecture would you use for this kind of process?

Thanks in advance!

Hello There.

Involving many transactions per day you are right to make automation scalable in a robot pov.
In term of architecture the REF is always best approach, but more is to separate dispatcher as a dedicated automation ( Will insert items to queue that will generate the 2000 transactions ) and a performer as another automation.
One possibility that can be used in your scenario is to setup a queue trigger on the queue filled in the dispatcher automation to run the performer,
and specify the Maximum number of pending and running jobs allowed simultaneously to more than one to make it scalable. ( Two bots running simultaneously processing items )

Hope that helped !

1 Like

Hey @darie.leolea for large scale based data we generally use RE-Framework for better scalability, better handling , and a smoother process. and if you have 2 bots you can assign both bots for the same process to reduce the time frame to complete the work more faster.
cheers Happy Automation

1 Like