deis/workflow

Document increasing idle timeout for Azure Load Balancer

sheerun opened this issue · 5 comments

Hey,

By default Azure's Load Balancer timeout (used by ACS) is 4 minutes: https://azure.microsoft.com/en-us/blog/new-configurable-idle-timeout-for-azure-load-balancer/

It turns out it's too low for decent deis build. I think you could document this at https://deis.com/docs/workflow/managing-workflow/configuring-load-balancers/

In the meantime I've also posted an issue to acs-engine: Azure/acs-engine#365

Now that I increased Load Balancer Timeout to 15 minutes, it seems the issue is somewhere else, as pushes timeout at 10 minutes as so:

fatal: The remote end hung up unexpectedly
fatal: The remote end hung up unexpectedly
git push deis master  1.24s user 0.59s system 0% cpu 10:00.55 total

any idea what else can timeout? :(

@sheerun this may be something: #515 (comment)

I am running on Azure too. Never had a problem at 4 minutes, which doesn't surprise me, since the streaming log wasn't really idle. Now, the remote hangs up after 10m.

This issue was moved to teamhephy/workflow#30