Skip to main content

How to resolve ETIMEOUT, Service unavailable, or 504 errors?

Comments

1 comment

  • Rajnish Kucheria

    These errors occur when the external API doesn’t respond in time or is under maintenance. To handle this:

    • Use a Try-catch block to catch these errors and manage the journey flow accordingly.
    • Add a delay using the Scheduler by Quickwork app in the catch block, and retry the actions after a few minutes.
    0

Please sign in to leave a comment.