Hello ,
Im new to UiPath , started learning few days ago as im coder already it didnt went to hard , made some Good Project so far ,
However , i have got some questions where i will be very happy if someone can help me on them .
lets say i made the bot and it works fine on my windows machine ( where the process take 30 min ) . so in a daily basis the bot can do the process 48 times .
Where its not sufficient to be honest , including the failures …etc i willl be down to 30 times or even less .
So i want to know how do you guys scale this up to multiple machines easily , i was thinking about Doin it On AWS machines create an image where UiPath is installed and duplicate , but i will have again to run the process on each machine and check each one , and this will be so hard if the number of machines are too high .
so the questions is ,
1- how do you guys scale the process across multiple servers machines without having to run the process on each one again .( lets say we have 50 machines ) .
2- How can i keep track of all those machines and handles errors if any happen , like can i recieve an alert if any error occurs on any machine . on a sheet or something .
3- Can the bot work on the background of a windows server , or should the window of the server always be open ?
any help is welcome, was thinking about doing a bot that will run those multiple machine it self , so a bot that will run the bots of the main process multiple times , but i belive it should be a more efficient way , maybe it has somehting to do with orchestrator ? im not sure what it is , i just create project on UiPath software and run them locally via the proiject .
thanks in advance for any help !