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 configurable timeout when reading security group rule #3911

Closed

Commits on Aug 27, 2019

  1. Allow configurable timeout when reading security group rule

    When being throttled on AWS requests, read requests are the first ones
    to be throttled, and reading security group rules can take longer than
    5m to complete. Transform the hard timeout of 5m with a configurable
    timeout to avoid this problem.
    
    Fixes part of hashicorp#3128
    mildred authored and obourdon committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    c76c06a View commit details
    Browse the repository at this point in the history