Ticket #831 (closed enhancement: fixed)
Need a means to set keepaliveTimeout on slaves
| Reported by: | dustin | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.8.+ |
| Version: | 0.7.12 | Keywords: | |
| Cc: |
Description
buildbot create-slave supports:
-k, --keepalive= Interval at which keepalives should be sent (in seconds)
[default: 600]
but the keepaliveTimeout is not configurable, and is hard-coded at 30 seconds. This is the time between when the slave sends a keepalive message and when it expects a response from the master.
Due to clock wonkiness or a busy master, or whatever, we see response times longer than 30 seconds, so we need to configure this.
Change History
comment:3 Changed 2 years ago by dustin
- Priority changed from major to minor
- Milestone changed from 0.8.3 to 0.8.+
comment:4 Changed 15 months ago by dustin
- Status changed from new to closed
- Resolution set to fixed
This is no longer an issue: failing if you don't hear a response to a keepalive is wrong; rather, the keepalive is just to keep the connection alive and detect a dead connection via socket errors so that it can be destroyed and re-tried.
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)