From 618344c61e1cd4aecfa714e65c844b734677506a Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Wed, 20 Nov 2024 19:53:38 +0000 Subject: [PATCH] Do not create build requests for workers if offline longer than 30 minutes. --- buildbot/osuosl/master/master.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/buildbot/osuosl/master/master.cfg b/buildbot/osuosl/master/master.cfg index 9f2167695..bed4eafdc 100644 --- a/buildbot/osuosl/master/master.cfg +++ b/buildbot/osuosl/master/master.cfg @@ -39,6 +39,8 @@ c['workers'] = config.workers.get_all() c['protocols'] = {'pb': {'port': "tcp:9990:interface=127.0.0.1" if test_mode else 9990}} +c['ignoreOfflineWorkersTimeout'] = 30 # minutes. + ####### CHANGESOURCES ##from buildbot.changes.pb import PBChangeSource