Skip to content

Vagrant commands handle rate limits instead of failing #13591

Open
@eschoeller

Description

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!

Activity

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions