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

fix: backport rusoto timeout change to v2 #3872

Merged
merged 2 commits into from
Jun 4, 2024
Merged

Commits on May 30, 2024

  1. fix: lower rusoto timeout to 15s (#3283)

    Applies the fix in
    #2384 everywhere
    an `HttpClient` is constructed via rusoto.
    
    It lowers the S3 timeout to 15s based on tips in [this
    thread](hyperium/hyper#2136 (comment)),
    to avoid `Error during dispatch: connection closed before message
    completed` errors. Note that we'll probably still run into these issues,
    but less frequently
    ([source](rusoto/rusoto#1766 (comment))).
    
    <!--
    Are there any minor or drive-by changes also included?
    -->
    
    <!--
    - Fixes #[issue number here]
    -->
    
    <!--
    Are these changes backward compatible? Are there any infrastructure
    implications, e.g. changes that would prohibit deploying older commits
    using this infra tooling?
    
    Yes/No
    -->
    
    <!--
    What kind of testing have these changes undergone?
    
    None/Manual/Unit Tests
    -->
    daniel-savu committed May 30, 2024
    Configuration menu
    Copy the full SHA
    b243823 View commit details
    Browse the repository at this point in the history
  2. new validator image

    daniel-savu committed May 30, 2024
    Configuration menu
    Copy the full SHA
    11c2a9e View commit details
    Browse the repository at this point in the history