You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I triggered a 500 error on the ChartMogul backend for some reason, so a call would always regenerate that error, and using the default backoff of 20 this felt like an endless loop, the script was hanging a long time. I believe reducing this to 3 or 5 by default would provide enough value but also end scripts earlier that run into errors on every call.
The text was updated successfully, but these errors were encountered:
Hello @beberlei, thanks a lot for the report. I believe 500 is not a normal situation which shouldn't be happening. Could you please provide which call caused that so we could investigate it further? Related the change of the number of retries we will consider that and prepare an update in the next release.
I triggered a 500 error on the ChartMogul backend for some reason, so a call would always regenerate that error, and using the default backoff of 20 this felt like an endless loop, the script was hanging a long time. I believe reducing this to 3 or 5 by default would provide enough value but also end scripts earlier that run into errors on every call.
The text was updated successfully, but these errors were encountered: