Skip to content

Commit 618344c

Browse files
committed
Do not create build requests for workers if offline longer than 30 minutes.
1 parent ae8e5b0 commit 618344c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: buildbot/osuosl/master/master.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ c['workers'] = config.workers.get_all()
3939

4040
c['protocols'] = {'pb': {'port': "tcp:9990:interface=127.0.0.1" if test_mode else 9990}}
4141

42+
c['ignoreOfflineWorkersTimeout'] = 30 # minutes.
43+
4244
####### CHANGESOURCES
4345

4446
##from buildbot.changes.pb import PBChangeSource

0 commit comments

Comments
 (0)