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

Vagrant commands handle rate limits instead of failing #13591

Open
eschoeller opened this issue Feb 10, 2025 · 0 comments
Open

Vagrant commands handle rate limits instead of failing #13591

eschoeller opened this issue Feb 10, 2025 · 0 comments

Comments

@eschoeller
Copy link

Is your feature request related to a problem? Please describe.
Yes, 'vagrant up' and 'vagrant box add' both can fail with a status code 429

Describe the solution you'd like
When your software receives a 429, with x-hcp-vagrant-limit-retry-after set, your clients should then automatically wait until that time to retry the operation, instead of failing.

Describe alternatives you've considered
I'm currently making a work-around myself, but it would be nice if your software could handle the retry internally based upon the 429 code coming back.

Additional context
That's it, thanks!

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

No branches or pull requests

1 participant