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
Hi, how would I implement a retry on timeout with Serrano? Is there a way to configure Faraday to use the retry plugin without a lot of boilerplate?
Thank you.
The text was updated successfully, but these errors were encountered:
Thanks for the issue.
Retries aren't supported right now.
I know in ruby we can monkey patch, but I don't see a way to make that easy for a user given the current setup.
I could add the https://github.com/lostisland/faraday-retry middleware for retry support and add a param for retry settings, or possibly just number of retries
Sorry, something went wrong.
No branches or pull requests
Hi, how would I implement a retry on timeout with Serrano? Is there a way to configure Faraday to use the retry plugin without a lot of boilerplate?
Thank you.
The text was updated successfully, but these errors were encountered: