08-02-22 10:15 AM
08-02-22 11:28 AM
08-02-22 12:56 PM
Hi,
Pretty similar problem I faced in our project wherein we have around 7-8 different queue present in one application to get the input for bot to start.
Its started 8 AM sharp and among all 7-8 queues volumes will jump up and down , which we cant predict . So we did the assessment on volume metric on all queue and we have only 3 Bots to run all the queues. What I did is create a bot balancer concept at in which I prepared the details of machinename, ProcessName ,Priority, VM listed in the notepad and noted all possibility of process as per volume and divide the VM as per the volumes of queue and provide the priority.
As Pablo explained , I did create one parent process which will just check this config notepad decide which machine had to run which queue and start running accordingly, as and when those queue count are 0 it jumps to next priority given for the current VM thru lookup in config notepad.
Using this parent process and bot balancer concept without any issue used 3 bots across all 7-8 queues all day.
this is not a solution to your problem, but it will give you some idea.
Ready to discuss more on this further.
08-02-22 02:02 PM
08-02-22 05:48 PM