Skip to main content
Solved

Web Application Downtime: Best Practices for Handling Unresponsive or Down Applications

  • July 28, 2025
  • 3 replies
  • 35 views

Forum|alt.badge.img+6

Hello AA family ,

I'm looking for the best practices for handling a web application that is unresponsive or down. Could anyone share their insights and recommendations on this?

Best answer by poonamindure

Hello AA family ,

I'm looking for the best practices for handling a web application that is unresponsive or down. Could anyone share their insights and recommendations on this?

Use
1. Try catch block
2. Wait-For-Window actions
3. Retry logic 

3 replies

Aaron.Gleason
Automation Anywhere Team
Forum|alt.badge.img+14
  • Automation Anywhere Team
  • July 28, 2025

@LAHCEN AGLAGAL The Error handler package is your best friend. Even performing an IF based on a Recorder object, that can still cause an error if the site is down, but the Try/Catch will handle it. 


Forum|alt.badge.img+6
  • Author
  • Navigator | Tier 3
  • July 28, 2025

@Aaron.Gleason okey thanks


Forum|alt.badge.img+4
  • Navigator | Tier 3
  • Answer
  • July 29, 2025

Hello AA family ,

I'm looking for the best practices for handling a web application that is unresponsive or down. Could anyone share their insights and recommendations on this?

Use
1. Try catch block
2. Wait-For-Window actions
3. Retry logic