How to resolve ETIMEOUT, Service unavailable, or 504 errors?
I encountered an ETIMEOUT, Service unavailable, or 504 error while executing a journey. How can I handle this?
0
-
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.
Comments
1 comment