stuff
This commit is contained in:
parent
b84c87d55d
commit
2ba7fa58e2
@ -62,7 +62,7 @@ var checkWorkersBalance = function(count){
|
|||||||
if(isCheckingWorkers) return false;
|
if(isCheckingWorkers) return false;
|
||||||
isCheckingWorkers = true;
|
isCheckingWorkers = true;
|
||||||
var changed = false;
|
var changed = false;
|
||||||
|
console.log('checking balance');
|
||||||
if(workers.length < count){
|
if(workers.length < count){
|
||||||
console.log('less then 2 workers, starting a droplet');
|
console.log('less then 2 workers, starting a droplet');
|
||||||
return workerCreate();
|
return workerCreate();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user