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

Retry requests other than GET on CLI retry #28

Merged
merged 3 commits into from
Apr 12, 2023

Conversation

borchero
Copy link
Contributor

Motivation

Unfortunately, only GET requests are currently retried when specifying --retry=true.

This PR includes all HTTP methods that are used in the client's methods. Since I believe that all of the API calls are idempotent, I don't think this is an issue and makes the client behave more like it would be expected.

@janjagusch janjagusch added the enhancement New feature or request label Apr 12, 2023
@janjagusch janjagusch merged commit c24cc25 into mamba-org:main Apr 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants