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 EWDurbin
Recipients EWDurbin, db3l, pablogsal, petr.viktorin, vstinner, zach.ware
Date 2021-01-19.15:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611070022.67.0.734910009249.issue41701@roundup.psfhosted.org>
In-reply-to
Content
OK, I've confirmed that HAProxy seems to be the issue. WebSockets opened to the nginx proxy on the server or directly to the twisted server successfully remain indefinitely.

If anyone familiar with HAProxy would be interested in helping debug, the current relevant information is:

- Ubuntu 18.04.5 LTS
- HA-Proxy version 1.8.8-1ubuntu0.11 2020/06/22

Here is the current HAProxy configuration: https://gist.github.com/ewdurbin/d8a42c30a04d6cb5763431200acaecde which is generated from this salt state: https://github.com/python/psf-salt/tree/master/salt/haproxy and this pillar data: https://github.com/python/psf-salt/blob/master/pillar/base/haproxy.sls

I can provide any additional information that would be helpful to someone trying to sort out what's going on.
History
Date User Action Args
2021-01-19 15:27:02EWDurbinsetrecipients: + EWDurbin, db3l, vstinner, petr.viktorin, zach.ware, pablogsal
2021-01-19 15:27:02EWDurbinsetmessageid: <1611070022.67.0.734910009249.issue41701@roundup.psfhosted.org>
2021-01-19 15:27:02EWDurbinlinkissue41701 messages
2021-01-19 15:27:02EWDurbincreate