You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My team is using the load balancer to horizontally scale and provide processing retention for an application that does cpu intensive calculations on data. The issue we are running into is that it doesn't seem configuring transport attributes on the RoundTripper is not quite opened up for us yet, unless its intended for us to use the http.DefaultTransport. We want to change the MaxIdleConns and MaxIdleConnsPerHost to help avoid time_waits when making requests. Perhaps leaving a parameter open for us when creating the balancer to set our transport will be useful. Just a suggestion really.
The text was updated successfully, but these errors were encountered:
My team is using the load balancer to horizontally scale and provide processing retention for an application that does cpu intensive calculations on data. The issue we are running into is that it doesn't seem configuring transport attributes on the RoundTripper is not quite opened up for us yet, unless its intended for us to use the http.DefaultTransport. We want to change the MaxIdleConns and MaxIdleConnsPerHost to help avoid time_waits when making requests. Perhaps leaving a parameter open for us when creating the balancer to set our transport will be useful. Just a suggestion really.
The text was updated successfully, but these errors were encountered: