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

fix(retry): disable retries by default #344

Merged
merged 1 commit into from
Feb 17, 2024
Merged

Conversation

reubenmiller
Copy link
Owner

Retrying HTTP requests with a body will cause the entire body to be read into memory.

Until the "in memory" behaviour is resolved, the default retries will be set to 0.

Users can still opt into the retries by using the global --retries flag.

c8y devices list --retries 3

Ref: #343

Retrying HTTP requests with a body will cause the entire body to be read into memory.

Ref: #343
@reubenmiller reubenmiller merged commit 3aa2a7c into v2 Feb 17, 2024
4 checks passed
@reubenmiller reubenmiller deleted the disable-retry-by-default branch February 17, 2024 19:16
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.

1 participant