How to constantly check ping and run workflow accodingy if ping is low

I have a DU flow which gives issues in digitization and extraction if the network slow

so for this i had a solution to coastally check for ping and if ping is lower than a specified number then only run the workflow other wise just constantly check for ping

also what is a good ping where i can be sure that the network is okay

i know low ping is better for network speed but how much average low ping is good o go

hi @indiedev91

We don’t build the bots like that. Checking ping to proceed ahead isn’t a reliable solution.

There’s a timeout property which you can use to play with loading time or processing time of an activity.

It should be set and updated as you find more while doing the automation.

Thanks

can you tell me that is the network issue exception i solved in DU Frameowork Template?

Yes ik but it is also help full for lo maintaining and this is also a requirment so i have to do tthat

not sure what threshold value you should set.

if that’s a requirement, good to place the code but, threshold for ping, not sure.

but it should be somewhere around 15 or 20 ms, this is what I get usually

but how can i implement it

You can place the code to check in powershell

use ping URL
in the beginning and at instance where it’s about to hit the URL.