This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients EWDurbin, db3l, pablogsal, petr.viktorin, vstinner, zach.ware
Date 2021-01-19.16:29:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611073757.08.0.329485544055.issue41701@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2021-01-19 16:29:17vstinnersetrecipients: + vstinner, db3l, petr.viktorin, zach.ware, EWDurbin, pablogsal
2021-01-19 16:29:17vstinnersetmessageid: <1611073757.08.0.329485544055.issue41701@roundup.psfhosted.org>
2021-01-19 16:29:17vstinnerlinkissue41701 messages
2021-01-19 16:29:16vstinnercreate