Hi, can anyone explain automatic error fixation using Break? I run a script with an error via https://httpstat.us/408, Break is triggered (set to automatic + 3 repeats with an interval of 1 min.) and then nothing happens… How to make it work? I tried different Script Settings, nothing helps. Thanks
Well if your HTTP module keeps breaking it will just try 3 times and fail. For it to proceed the HTTP request must eventually succeed. What are you trying to do?
I tried to send the erroneous iterations again. But now I figured it out, the thing is that the error handler works in automatic mode only if the script is launched by a trigger. That is, if you launch the script manually, then the erroneous iterations will hang in the waiting queue and will not launch automatically. It’s sad that there is nothing like this in the make help… (