[Python-Dev] Buildbot UI auto-refreshes
Hello, It seems the buildbot Web UI has the bad habit of auto-refreshing itself (by doing a full page reload) every minute or two. I also couldn't find a setting to disable it (despite being logged in). Am I missing something? Regards Antoine. ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/FFMLZFROC5DRUGSWENHZAIO4UVFGQPO4/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: Buildbot UI auto-refreshes
Hi, I think this may be https://bugs.python.org/issue41701. If that's the case this is not on the buildbot worker itself but the proxy. - Pablo On Sun, 21 Mar 2021, 17:12 Antoine Pitrou, wrote: > > Hello, > > It seems the buildbot Web UI has the bad habit of auto-refreshing > itself (by doing a full page reload) every minute or two. I also > couldn't find a setting to disable it (despite being logged in). Am I > missing something? > > Regards > > Antoine. > > > ___ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/FFMLZFROC5DRUGSWENHZAIO4UVFGQPO4/ > Code of Conduct: http://python.org/psf/codeofconduct/ > ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/UCIM74R5GTYDUEGFLS3WYRIDT5W2PF4L/ Code of Conduct: http://python.org/psf/codeofconduct/
[Python-Dev] Re: Buildbot UI auto-refreshes
That's definitely the same symptom. Thanks for the pointer! Regards Antoine. On Sun, 21 Mar 2021 17:19:06 + Pablo Galindo Salgado wrote: > Hi, > > I think this may be https://bugs.python.org/issue41701. > > If that's the case this is not on the buildbot worker itself but the proxy. > > - > > Pablo > > > On Sun, 21 Mar 2021, 17:12 Antoine Pitrou, wrote: > > > > > Hello, > > > > It seems the buildbot Web UI has the bad habit of auto-refreshing > > itself (by doing a full page reload) every minute or two. I also > > couldn't find a setting to disable it (despite being logged in). Am I > > missing something? > > > > Regards > > > > Antoine. > > > > > > ___ > > Python-Dev mailing list -- [email protected] > > To unsubscribe send an email to [email protected] > > https://mail.python.org/mailman3/lists/python-dev.python.org/ > > Message archived at > > https://mail.python.org/archives/list/[email protected]/message/FFMLZFROC5DRUGSWENHZAIO4UVFGQPO4/ > > Code of Conduct: http://python.org/psf/codeofconduct/ > > > ___ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/AKXS3GDTHKQXQZTPV6K2LEAOEDST3G4D/ Code of Conduct: http://python.org/psf/codeofconduct/
