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

[1.14.x] cherry-pick: pluto: add more retries for requests out to AWS #3224

Merged
merged 2 commits into from
Jun 26, 2023

Commits on Jun 23, 2023

  1. sundog: enforce settings generator execution timeout

    Enforces a 6 minute timeout on settings generator execution so as to not
    hang the boot for too long before erroring out.
    
    (cherry picked from commit c6a601b)
    etungsten committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    0dea6ba View commit details
    Browse the repository at this point in the history
  2. pluto: increase retries for requests out to AWS

    This adds more resiliency when pluto makes API requests out to EC2 and
    EKS. We choose a large number of retries to force the SDK to keep
    retrying until we timeout on the overall request.
    
    It's now less likely for the request to overall fail due to
    transient connection errors.
    
    (cherry picked from commit 21876a0)
    etungsten committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    c23444e View commit details
    Browse the repository at this point in the history