This commit is contained in:
2017-10-09 02:06:37 -04:00
parent cfd6c373ad
commit 47027fdf39
2 changed files with 5 additions and 2 deletions

View File

@ -307,6 +307,7 @@ var runnerFree = function(runner){
}
delete label2runner[runner.label];
console.log(`Runner freed ${runner.label}.`, worker);
workers.startRunners({worker: runner.worker});
};