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

EC2MetadataCredentials and ECSCredentials retry #1114

Merged
merged 10 commits into from
Sep 8, 2016

Commits on Aug 26, 2016

  1. Adds retry with exponential backoff to EC2MetadataCredentials and ECS…

    …Credentials. Adds queuing of refresh callbacks to ECSCredentials to reduce the number of asynchronous requests to retrieve credentials.
    LiuJoyceC committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    ec1e757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44fb727 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2016

  1. Configuration menu
    Copy the full SHA
    bb6745d View commit details
    Browse the repository at this point in the history
  2. Reverts documentation back to saying 100ms as base retry delay. Updat…

    …es retry delay util function to use default 100ms base retry delay.
    LiuJoyceC committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    90b410b View commit details
    Browse the repository at this point in the history
  3. Updates unit test

    LiuJoyceC committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    ea30bd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1917d31 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2016

  1. Adds retrying to MetadataService and ECSCredentials for 5xx status co…

    …des and retry-after headers
    LiuJoyceC committed Sep 1, 2016
    Configuration menu
    Copy the full SHA
    39705b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    783a1ab View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2016

  1. Corrects unit test

    LiuJoyceC committed Sep 2, 2016
    Configuration menu
    Copy the full SHA
    0c52b9f View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2016

  1. Minor update

    LiuJoyceC committed Sep 6, 2016
    Configuration menu
    Copy the full SHA
    e25adce View commit details
    Browse the repository at this point in the history