STINNER Victor <vstin...@python.org> added the comment:
I looked at these files. HAProxy configuration, "defaults" section contains: timeout connect 5000 timeout client 50000 timeout server 50000 These timeouts are not overriden in "frontend main" nor in "backend buildbot-master" sections. pillar/base/haproxy.sls seems to try to override these variables: https://github.com/python/psf-salt/blob/d89e5ef2e86f45c1766c8b93d6e9621b0ab1bb09/pillar/base/haproxy.sls#L7-L11 I don't see these in the rendered HAProxy config, but I see "timeout tunnel 3600s" is rendered as "timeout tunnel 1d" in "backend buildbot-master". ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41701> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com