michael-o commented on PR #550: URL: https://github.com/apache/httpcomponents-core/pull/550#issuecomment-3199805850
> > I was rather quickly able to identify the problem. > > What was the problem? We have migrated to a new GitLab instance on AWS which I expected to be technically identical. My jobs with a connection pool in py-requests started failing. After fiddling for two days I managed to figure out that all connections which have been idle for more than 5 min were broken upon acquiring. The operator enabled SO_KEEPALIVE on the host of the container runner and I reconfigured the pool to use those defaults. Problem was solved. The AWS NAT has an idle limit of 5 min of outbound connections. Without the default we would have never known about this and wouldn't been able to help others as well. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org