Is serverless machine reliable?

Hello, I created a small web scraping robot using a cross-platform mode to test the reliability of the robot hosted on UiPath’s cloud. It works perfectly on my machine, successfully navigating through the 65 pages it needs to process and completing its task without issues. However, when I published it to my Tenant and executed it using a serverless machine, it only processes around 4 or 5 pages before encountering an error. The logs do not provide any clear reason for this issue. I have two questions: A) Are serverless machines reliable? B) Is it possible to view a screen of what is being executed to identify any errors? What would you recommend?

@Matias_Clemente.Arg,

Can you share the logs you are getting? Also try adding the logs at the logical steps to get idea what activity is being executed.

Yes, they are reliable as per my experience.

If you are using Windows Serverless machine, you can watch the live stream of the job and also you can configure process to record the job.

@Matias_Clemente.Arg

lice streaming is possible enable it in the process page

now coming to error please show what the error is ..also live streaming can help you identify

cheers

Hello @Anil_G and @ashokkarale , thank you for your response.

I have enabled live streaming and noticed that the performance is extremely slow, taking approximately one minute to open a page. Naturally, the robot encounters issues at this stage.

Interestingly, when I execute the process in Web Studio, using cloud debugging mode, it operates correctly.

What advice could you offer?

P.S.: Apologies for the delay; I had the message prepared but forgot to send it.

@Matias_Clemente.Arg

inceasw thw timeouts

looks like there is some network lag or more cache being downloaded

cheers