hydra-queue-runner: Allow multiple concurrent daemon connections
[?]
Apr 6, 2017, 4:50 PM
DYVETV7LWHTLQXAYFN2FYR6WBQL5BP2JNPCHY4B6H7GYZVQRT4RACDependencies
- [2]
IKJBYIGYUpdate to reflect BinaryCacheStore changes - [3]
V2UCCYN3hydra-queue-runner: Get store mode configuration from hydra.conf - [4]
B2L4T3X6Sync with Nix - [5]
NSBNNM77Add hydra.conf option "nar_buffer_size" to configure memoryTokens limit - [6]
SOB276BAKeep some statistics for the binary cache stores - [7]
K5G5GZY7Guard against concurrent invocations of hydra-queue-runner - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 782
localStore = openStore();Store::Params localParams;localParams["max-connections"] = "16";localStore = openStore(getEnv("NIX_REMOTE"), localParams);