We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would it be possible to add retries, i.e:
retries: 3 retryDelay: 30
If the returned status code is not one of httpSuccessCodes or a timeout, automatically retry the request using the above logic. Defaults to 0 retries.
httpSuccessCodes
0
The text was updated successfully, but these errors were encountered:
it would be possible, maybe just for the timeout case.
Sorry, something went wrong.
No branches or pull requests
Would it be possible to add retries, i.e:
If the returned status code is not one of
httpSuccessCodes
or a timeout, automatically retry the request using the above logic. Defaults to0
retries.The text was updated successfully, but these errors were encountered: