Question

we are facing lot of latency issue on our VMs because of which we had to add delays in the bot and its processing time is increased a lot. we are using AA 360 on windows 10. how we can resolve latency issue so that we can reduce bot's processing tim

  • 30 August 2022
  • 1 reply
  • 90 views

we are facing lot of latency issue on our VMs because of which we had to add delays in the bot and its processing time is increased a lot. we are using AA 360 on windows 10. how we can resolve latency issue so that we can reduce bot's processing time?.

1 reply

Userlevel 4
Badge +7

Hi @Megha Gangurde​ ,

 

if its latency issues, then we can't optimize the bots since its an issue from the server side.

What I will suggest, is to replace Static Delays with Dynamic Delays(Wait for Condition, If: Object Exists etc).

 

This way, the bot will only wait until a given element appears, instead of waiting for longer durations.

 

Also, an additional tip would be to convert the Delay value into a Variable and add it to the Configuration File.

This way, you can easily optimize the speed by editing the Configuration File without having to enter to code.

 

Kind Regards,

Ashwin A.K

Reply