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

2021-04-21 Thread STINNER Victor
STINNER Victor added the comment: > Can someone confirm if they still have this problem on the buildbot server? Oh wow, I don't have the issue anymore! Thank you very much :-) Previously, the website was barely usable :-( -- resolution: -> fixed stage: patch review -> resolved statu

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

2021-04-21 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Can someone confirm if they still have this problem on the buildbot server? -- ___ Python tracker ___

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

2021-04-20 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I'm going to try it our on the server but apparently there are some problems: https://github.com/buildbot/buildbot/issues/5991 -- ___ Python tracker

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

2021-04-20 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Ee, apparently this issue in the buildbot repo may be related: https://github.com/buildbot/buildbot/issues/4078 Could you investigate if we can use this on our PSF server? -- ___ Python tracker

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

2021-03-21 Thread Antoine Pitrou
Change by Antoine Pitrou : -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2021-01-19 Thread STINNER Victor
STINNER Victor added the comment: Ee: > Apologies, I gisted a version that was from attempts to debug the timeouts. > It's been updated. Aaaah :-D No problem. Can you please try: * replace "timeout client 30s" with "timeout client 1d" * replace "timeout server 30s" with "timeout server 1d"

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

2021-01-19 Thread STINNER Victor
STINNER Victor added the comment: > "timeout server 1d" Hum. I'm not sure if "1d" syntax is accepted. Maybe use "3600s". -- ___ Python tracker ___ ___

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

2021-01-19 Thread Ee W. Durbin III
Ee W. Durbin III added the comment: Apologies, I gisted a version that was from attempts to debug the timeouts. It's been updated. -- ___ Python tracker ___ _

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

2021-01-19 Thread STINNER Victor
STINNER Victor added the comment: I looked at these files. HAProxy configuration, "defaults" section contains: timeout connect 5000 timeout client 5 timeout server 5 These timeouts are not overriden in "frontend main" nor in "backend buildbot-master" sections. pillar/

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

2021-01-19 Thread Ee W. Durbin III
Ee W. Durbin III added the comment: 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

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

2021-01-19 Thread Petr Viktorin
Change by Petr Viktorin : -- keywords: +patch pull_requests: +23077 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24119 ___ Python tracker ___ __

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

2021-01-19 Thread Petr Viktorin
Petr Viktorin added the comment: Is there anything I can help with to move this forward? Investigating buildbot failures continues to be very annoying. -- nosy: +petr.viktorin ___ Python tracker

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

2020-11-27 Thread Ernest W. Durbin III
Ernest W. Durbin III added the comment: Apologies, wrong issue. I’ll have to take a closer look at this. -- ___ Python tracker ___ _

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

2020-11-27 Thread Ernest W. Durbin III
Ernest W. Durbin III added the comment: I am away from my computer at the moment, but there is a direct access hostname for the buildbot host that was announced to the build server owners. Configuring that bypasses the load balancer. -- ___ Python

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

2020-11-27 Thread STINNER Victor
STINNER Victor added the comment: We need someone of the PSF Infra team to increase the load balancer delay. Or fix the load balancer. -- ___ Python tracker ___ _

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

2020-11-27 Thread David Bolen
David Bolen added the comment: I was wondering if there was any update on whether or not this new behavior can be corrected? I was attempting to review a buildbot failure today and it's actually pretty tough to "race the refresh" when trying to review the build steps and logs. -- no

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

2020-09-03 Thread Zachary Ware
Change by Zachary Ware : -- nosy: +EWDurbin ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

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

2020-09-03 Thread STINNER Victor
Change by STINNER Victor : -- nosy: +pablogsal, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

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

2020-09-03 Thread STINNER Victor
New submission from STINNER Victor : 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 loa