diff --git a/routes/api.js b/routes/api.js index d309b13..f10cce9 100644 --- a/routes/api.js +++ b/routes/api.js @@ -21,7 +21,7 @@ var checkDroplet = function(id, time){ workers.push(makeWokerObj(worker)); isCheckingWorkers = false; return ch; - }else if(worker.status == 'new'){ + }else{ setTimeout(function(){ checkDroplet(id) }, time);