[New-bugs-announce] [issue41701] Buildbot web page: connection lost after 1 minute, then display "Connection restored" popup

STINNER Victor report at bugs.python.org
Thu Sep 3 06:21:19 EDT 2020


New submission from STINNER Victor <vstinner at python.org>:

Since the buildbot server migrated to a new machine, the web page losts is connection and the whole web page is reloaded every minute. Try for example:

https://buildbot.python.org/all/#/release_status

The new buildbot.python.org machine is now behind a load balancer.

TCP connections closed after 1 minute already affected clients: see bpo-41642. It seems like HTTPS connections (tcp/443) are also affected.

----------
components: Tests
messages: 376293
nosy: vstinner
priority: normal
severity: normal
status: open
title: Buildbot web page: connection lost after 1 minute, then display "Connection restored" popup
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41701>
_______________________________________


More information about the New-bugs-announce mailing list