Skip to content

Document keepalive for buildbot workers may be the reason for frequent disconnects #1221

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions testing/new-buildbot-worker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,13 @@ by tests that fail. Unfortunately we do not currently have a way to notify you
only of failures on your builders, so doing periodic spot checks is also a good
idea.

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


Latent workers
--------------
Expand Down