hydra-queue-runner: Fix handling of missing derivations
[?]
Mar 7, 2016, 6:05 PM
YFD6CBV32FLGLNDHCRIFQUEWO5IKDACTEB64HS227RKFOZPMWFXQCDependencies
- [2]
TPNHTE5VRemove obsolete Builds columns and provide accurate "Running builds" - [3]
MHVIT4JYSplit hydra-queue-runner.cc more - [4]
73YR46NJhydra-queue-runner: Write directly to a binary cache - [5]
VQISTKOPhydra-queue-runner: Use substitutes - [6]
BRAESISHWarn if PostgreSQL appears stalled
Change contents
- replacement in src/hydra-queue-runner/queue-monitor.cc at line 130
("update Builds set finished = 1, buildStatus = $2, startTime = $3, stopTime = $3, errorMsg = $4 where id = $1 and finished = 0")("update Builds set finished = 1, buildStatus = $2, startTime = $3, stopTime = $3 where id = $1 and finished = 0") - replacement in src/hydra-queue-runner/queue-monitor.cc at line 133
(time(0))("derivation was garbage-collected prior to build").exec();(time(0)).exec();