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
In particular, it references retries_remaining instead of retry_count in /~https://github.com/lostisland/faraday-retry#call-a-block-on-every-retry
retries_remaining
retry_count
Should be:
response_statuses = [] retry_options = { retry_block: -> (env:, options:, retry_count:, exception:, will_retry_in:) { response_statuses << env.status } }
The text was updated successfully, but these errors were encountered:
@justinlittman Cool! Would you like to make a PR?
Sorry, something went wrong.
Fixes retry_block example in README.
3aec6ac
refs lostisland#11
Successfully merging a pull request may close this issue.
In particular, it references
retries_remaining
instead ofretry_count
in /~https://github.com/lostisland/faraday-retry#call-a-block-on-every-retryShould be:
The text was updated successfully, but these errors were encountered: