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

Allow configuration of dynamodb storage to specify the max retries of aws sdk #4115

Merged
merged 5 commits into from
Mar 19, 2018
Merged

Commits on Mar 9, 2018

  1. Configuration menu
    Copy the full SHA
    4ab6965 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from rin1221/FixAWSSDKRetries

    Added parameter to set AWS SDK MaxRetries
    rin1221 authored Mar 9, 2018
    Configuration menu
    Copy the full SHA
    a41ca63 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Configuration menu
    Copy the full SHA
    0bb48b6 View commit details
    Browse the repository at this point in the history
  2. Make unassigned value for the Dynamodb MaxRetries AWS Default

    Set the value of the Dynamodb MaxRetries to -1 as the aws sdk uses the default value when that is given as stated in the MaxRetries comments in the following link. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    rin1221 authored Mar 14, 2018
    Configuration menu
    Copy the full SHA
    1daff46 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. Update dynamodb.go

    jefferai authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    665d1f6 View commit details
    Browse the repository at this point in the history