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

feat(storage): add retry configurability #5159

Merged
merged 5 commits into from Nov 23, 2021

Commits on Nov 18, 2021

  1. feat(storage): add retry configurability

    Adds configurability for how/whether the library will retry
    operations. This PR is limited to ObjectHandle methods and
    configuration only of backoff timing; however I plan on expanding
    this to additional settings (using the same RetryOption framework)
    and to all methods which make network calls (via adding Retryer
    methods to BucketHandle, etc).
    tritone committed Nov 18, 2021
    Copy the full SHA
    25ed8f6 View commit details
    Browse the repository at this point in the history
  2. gofmt

    tritone committed Nov 18, 2021
    Copy the full SHA
    1753d54 View commit details
    Browse the repository at this point in the history
  3. test fixups

    tritone committed Nov 18, 2021
    Copy the full SHA
    32ebb92 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. simplify internal.Retry call

    tritone committed Nov 19, 2021
    Copy the full SHA
    d096de7 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Copy the full SHA
    5b8edce View commit details
    Browse the repository at this point in the history