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

Cherry-pick: Disable keep-alive for cloud-event connections #3215

Merged

Commits on Sep 11, 2020

  1. Disable keep-alive for cloud-event connections

    Disable keep alive forces the HTTP client to drop the connection
    once a response is received. This avoids building up large numbers
    of idle connections and it fixes the immediate issue.
    
    After this we may want to see how to ensure we can re-use connection
    and also set and idle-connection timeout.
    
    Fixes tektoncd#3190
    
    (cherry picked from commit 7a9a85b)
    afrittoli authored and bobcatfish committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a47fd8f View commit details
    Browse the repository at this point in the history