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

Enable custom RetryOptions to be specified per API call #7343

Merged
merged 7 commits into from Feb 18, 2020

Commits on Feb 13, 2020

  1. Enable custom RetryOptions to be specified per API call

    Added WithRetryOptions() that adds a custom RetryOptions to the provided
    context, allowing custom settings per API call.
    Remove 429 from the list of default HTTP status codes for retry.
    Change StatusCodesForRetry to a slice so consumers can append to it.
    jhendrixMSFT committed Feb 13, 2020
    Copy the full SHA
    1990d72 View commit details
    Browse the repository at this point in the history
  2. minor tweaks

    jhendrixMSFT committed Feb 13, 2020
    Copy the full SHA
    87dd8c6 View commit details
    Browse the repository at this point in the history
  3. Added support for retry-after in HTTP-date format.

    Cleaned up some comments specific to storage.
    jhendrixMSFT committed Feb 13, 2020
    Copy the full SHA
    abe072f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4393cd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. improve name

    jhendrixMSFT committed Feb 14, 2020
    Copy the full SHA
    b9ceade View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. MaxTries => MaxRetries

    jhendrixMSFT committed Feb 18, 2020
    Copy the full SHA
    9dfd6ab View commit details
    Browse the repository at this point in the history
  2. change name back

    jhendrixMSFT committed Feb 18, 2020
    Copy the full SHA
    4f75c65 View commit details
    Browse the repository at this point in the history