I am able to understand Queue completely. I have replicated same concept and working like rocket :) Thank you Hithika Productions.
@hithikaproductions3 жыл бұрын
👍
@ashwina.k56023 жыл бұрын
Hi Hithika, Your videos are really amazing and I really appreciate that you are willing to put in the effort to make these tutorials for us. Please continue to make more! Kind Regards, Hsa
@naveengoud97934 жыл бұрын
Hi, thanks for making this video. Can u please make a video on Attended & Unattended bots with example.
@hithikaproductions4 жыл бұрын
naveen goud sure
@sivajagannadhpotnuru3064 жыл бұрын
Hi This video give more information tome can you explain in detail of how to decide of threshold value of any other than pre-defined
@hithikaproductions4 жыл бұрын
sivajagannadh potnuru threshold was nothing but, it trigger the bot upon the respective threshold reaches the work items in Queue. It is nothing but trigger the bot once the work items reaches the threshold in Queue
@andonii463 жыл бұрын
Great explanation. However, when each queue item has to be processed in multiple bot runners and we have to do initialization tasks (such as login and so on) before doing the actual process item in each Bot Runner , how can we handle this?
@hithikaproductions3 жыл бұрын
Yeah we can handle it, basically there would be one data feeder bot and the other one was data process bot, let's include this initialisation things in the data process bot and deploy it on queue with different bot runners. There are some other approaches as well. Even you can handle it in single bot as well with necessary "if" conditions ect
@andonii463 жыл бұрын
@@hithikaproductions But what if one of the bot runners does not handle the init task properly or the item needs to be retried closing/opening apps?wouldn't that be a problem? Doing it with a single bot and a bunch of if statements is a bit annoying...
@hithikaproductions3 жыл бұрын
@@andonii46 It dosen't make any troubles if We implement proper exception & error handling,
@VenkataBangarusetti3 жыл бұрын
How can we configure multi-devices with multi sessions? for example, device-1 having 2 sessions and device-2 having 1 session, and 3 bot runners consuming 3 sessions?
@hithikaproductions3 жыл бұрын
I guess it's not possible for the same machine twice to run on different session with two different runner licenses
@VenkataBangarusetti3 жыл бұрын
@@hithikaproductions Thank you for your reply, Can you please elaborate as I can't understand. We created one queue and selected run as with 3 bot runners and selected one device pool. The device pool has 2 devices (device-1,device-2). but when running all the runners are trying to deploy in a single device i.e., device-1. Scenario-1: Device-1 having 2 login terminals and Device-2 having 1 login terminal.