1
0
Fork 0

show progress

This commit is contained in:
Frank Celler 2016-02-02 00:13:04 +01:00
parent b80f9d3bb7
commit fea9631a9e
2 changed files with 4 additions and 0 deletions

View File

@ -332,6 +332,8 @@ exports.createDeleteUpdateParallel = function(opts) {
'@results': 'results'
}).count();
print(m + " workers are up and running");
if (m === n) {
break;
}

View File

@ -283,6 +283,8 @@ exports.lockCycleParallel = function(opts) {
'@results': 'results'
}).count();
print(m + " workers are up and running");
if (m === n) {
break;
}