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

Add a pool idle timeout for subgraph HTTP connectors #3470

Merged
merged 5 commits into from
Jul 20, 2023

Commits on Jul 19, 2023

  1. Add a pool idle timeout for subgraph HTTP connectors

    Having a high idle pool timeout duration can sometimes trigger situations in which an HTTP request cannot complete (see [this comment](hyperium/hyper#2136 (comment)) for more information).
    
    This changeset sets a default timeout duration of 5 seconds, which we may make configurable eventually.
    
    fixes: #3435
    garypen committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6d1e385 View commit details
    Browse the repository at this point in the history
  2. add a changeset

    garypen committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    af2703b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dada59f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    284181e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab65bc8 View commit details
    Browse the repository at this point in the history