nixpkgs/nixos/modules/services/continuous-integration
Roman Sharapov d53d13b6ee nixos/buildbot: enable configurable keepalive for buildbot worker
In the current implementation, there's no possibility to modify the default
parameter for keepalive. This is a number that indicates how frequently
keepalive messages should be sent from the worker to the buildmaster,
expressed in seconds. The default (600) causes a message to be sent to
the buildmaster at least once every 10 minutes.

If the worker is behind a NAT box or stateful firewall, these messages
may help to keep the connection alive: some NAT boxes tend to forget about
a connection if it has not been used in a while. When this happens, the
buildmaster will think that the worker has disappeared, and builds will
time out. Meanwhile the worker will not realize than anything is wrong.
2020-07-13 13:07:20 -04:00
..
buildbot nixos/buildbot: enable configurable keepalive for buildbot worker 2020-07-13 13:07:20 -04:00
gocd-agent treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
gocd-server treewide: use attrs instead of list for types.loaOf options 2020-01-06 10:39:18 -05:00
hydra hydra: wrap executables with hydra env vars 2020-04-11 14:36:42 +02:00
jenkins nixos/jenkins/slave: fix eval 2020-01-12 15:17:05 -05:00
buildkite-agents.nix nixos/buildkite-agents: don't run as nogroup 2020-02-28 15:34:37 +00:00
gitlab-runner.nix nixos/gitlab-runner: add more global options (#86946) 2020-06-29 13:35:21 +00:00
hail.nix