Robustness
[?]
Jun 19, 2015, 2:35 PM
TKA75HWSC2NRTRYQU6UNT7V55VPH25CQIE7H3CKI34E4ZJEDMQQACDependencies
- [2]
JAUB2FT5getQueuedBuilds(): Handle dependent builds first - [3]
ENXUSMSVMake concurrency more robust - [*]
24BMQDZAStart of single-process hydra-queue-runner
Change contents
- replacement in src/hydra-queue-runner/hydra-queue-runner.cc at line 659
createBuild(build);try {createBuild(build);} catch (Error & e) {printMsg(lvlError, format("while loading build %1%: %2%") % build->id % e.what());continue; // FIXME: retry later?}