Skip to content

Commit 2fd6cd3

Browse files
Document keepalive for buildbot workers may be the reason for frequent disconnects (#1221)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 339cb89 commit 2fd6cd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

testing/new-buildbot-worker.rst

+7
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,13 @@ by tests that fail. Unfortunately we do not currently have a way to notify you
195195
only of failures on your builders, so doing periodic spot checks is also a good
196196
idea.
197197

198+
.. note::
199+
If your buildbot worker is disconnecting regularly, it may be a symptom of the
200+
default ``keepalive`` value (``600`` for 10 minutes) being `set
201+
<https://docs.buildbot.net/latest/manual/installation/worker.html#cmdoption-buildbot-worker-create-worker-keepalive>`_
202+
too high. You can change it to a lower value (e.g. ``180`` for 3 minutes)
203+
in the ``buildbot.tac`` file found in your build area.
204+
198205

199206
Latent workers
200207
--------------

0 commit comments

Comments
 (0)