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

bucket/tooling: add support for retries in Azure Blob storage #1252

Closed
wbh1 opened this issue Jun 13, 2019 · 1 comment · Fixed by #1253
Closed

bucket/tooling: add support for retries in Azure Blob storage #1252

wbh1 opened this issue Jun 13, 2019 · 1 comment · Fixed by #1253

Comments

@wbh1
Copy link
Contributor

wbh1 commented Jun 13, 2019

Feature Request/Improvement:

  • Add support for handling retries (e.g. for network issues) to the Azure object storage implementation.

Other implementations like S3 (Minio) and GCS already appear to have this support.

Default behavior should not be changed (no retries), but the option to specify a maximum amount of retries in the config file should be added.

This is related to #318.

I'll be submitting a PR shortly that will close this issue.

@bwplotka
Copy link
Member

bwplotka commented Jun 13, 2019

Perfect, but as in previous cases, do you know if Azure plugin we use have this logic? Essentially doing this on implementation side has more benefits -> greater knowledge on error etc.

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

Successfully merging a pull request may close this issue.

2 participants