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
After printing onRetryAttempt. attempt #2 it just stops altogether. I would have thought it would error and we could continue on from there but it just halts everything.
Are we doing something wrong?
The text was updated successfully, but these errors were encountered:
you will see that on the second run the httpMethodsToRetry and statusCodesToRetry properties are empty arrays. I'm assuming that internally they are relying on this same code, so an empty array for both of those means that it is just ignoring everything and only retrying a single time instead of the 3 times you configured it to run for.
This is our config:
After printing
onRetryAttempt. attempt #2
it just stops altogether. I would have thought it would error and we could continue on from there but it just halts everything.Are we doing something wrong?
The text was updated successfully, but these errors were encountered: