workflow icon indicating copy to clipboard operation
workflow copied to clipboard

Document increasing idle timeout for Azure Load Balancer

Open sheerun opened this issue 8 years ago • 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/

sheerun avatar Mar 06 '17 19:03 sheerun

In the meantime I've also posted an issue to acs-engine: https://github.com/Azure/acs-engine/issues/365

sheerun avatar Mar 06 '17 19:03 sheerun

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 avatar Mar 06 '17 20:03 sheerun

@sheerun this may be something: https://github.com/deis/workflow/issues/515#issuecomment-250674882

chriszs avatar Apr 23 '17 04:04 chriszs

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.

miracle2k avatar May 09 '17 07:05 miracle2k

This issue was moved to teamhephy/workflow#30

Cryptophobia avatar Mar 20 '18 20:03 Cryptophobia