Hi all,
I have a HTTP call to get a file from a public URL in my scenario.
The scenario starts with a Webhook that contains some JSON bundles (from another scenario). The bundles are then processed in groups of 30.
The HTTP module recently timed out while executing one of the bundles.
I have a ‘Break’ error handler off the HTTP module to attempt retries. It seems to eventually have succeeded during the last retry but then also caused the whole execution to hit the 40 minute timeout so no further cycles were executed - creating a bit of a breakdown of the whole workflow (multiple scenarios).
It’s the first time I’ve had this error in Make, so didn’t really know it existed.
Is there a way to handle timeouts from HTTP calls in the future so instead of potentially hitting the execution limit, I can simply send an email that the issue has occurred?
This would then leave the rest of the cycles/bundles to continue (some of them may route to make a call to a different endpoint so they need to continue).
Any other thoughts about how to handle a timeout and/or other changes I could make?
Thanks so much!
Anthony