I’m having issues where when using the load balancer requests are taking 50 secs before serving begins. Taking a look at the proxy config I can see the following lines which seems to make sense.
timeout client 50000
timeout server 50000
I’ve created the hosts using the digital ocean integration and when not using a load balancer via a service alias everything performs as expected.
Ok, so the issue is with Kestrel on ASP.NET 5 RC1 stack. The issue is due to be addressed for RC2 however for now adding the following as defaults in the load balancer yield a huge performance increase.