This commit is contained in:
William Mantly 2016-05-30 16:31:46 -04:00
parent d22a79c81e
commit 6c2a8d48bf

View File

@ -141,6 +141,7 @@ var workers = (function(){
}
for(let worker of workers){
if(worker.length <= 3) break;
if(worker.availrunners.length === 0 && worker.usedrunner === 0){
console.log('found zombie worker, destroying')
workers.destroy(worker);