Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 1666b03bf739
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2e2cd5c0184b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 13, 2020

  1. 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.
    Roman Sharapov authored and Roman Sharapov committed Jul 13, 2020
    Copy the full SHA
    d53d13b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #93077 from RomanSharapov/add-configurable-keepalive

    nixos/buildbot: enable configurable keepalive for buildbot worker
    flokli committed Jul 13, 2020
    Copy the full SHA
    2e2cd5c View commit details
    Browse the repository at this point in the history