Skip to content
New issue

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

feat: support retry-after header in retry middleware #639

Merged
merged 3 commits into from
Nov 25, 2024

Conversation

matt-brale-xyz
Copy link
Contributor

Adds :use_retry_after_header option to allow the client to align its retry strategy with server-side rate limiting

@matt-brale-xyz
Copy link
Contributor Author

Let me know if there's any feedback you have on the proposed change - thanks!

Adds :use_retry_after_header option to allow the client to align
its retry strategy with server-side rate limiting
@matt-brale-xyz matt-brale-xyz force-pushed the support-retry-after-header branch from 125e5af to 34d91d0 Compare November 21, 2024 23:16
mix.exs Outdated Show resolved Hide resolved
Replaces the dependency on date_time_parser with an HTTP-date
parser implementation based on the one used in
https://github.com/wojtekmach/req
@yordis yordis merged commit 86ad37d into elixir-tesla:master Nov 25, 2024
6 checks passed
@yordis
Copy link
Member

yordis commented Nov 25, 2024

🚀 💜

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants