cron-cluster
Advanced tools
Comparing version 0.0.3 to 1.0.0
{ | ||
"name": "cron-cluster", | ||
"version": "0.0.3", | ||
"version": "1.0.0", | ||
"description": "A Cluster version of node-cron using redis", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -240,7 +240,5 @@ var test = require('tape') | ||
wait(1200, function () { | ||
wait(1200, function () { | ||
job2.stop() | ||
wait(1500, function () { | ||
t.equal(arrRes.length, 2, 'Array must have 2 elements') | ||
}) | ||
job2.stop() | ||
wait(1500, function () { | ||
t.equal(arrRes.length, 1, 'Array must have 1 elements') | ||
}) | ||
@@ -273,7 +271,5 @@ }) | ||
wait(1200, function () { | ||
wait(1200, function () { | ||
job2.stop() | ||
wait(1500, function () { | ||
t.equal(arrRes.length, 2, 'Array must have 2 elements') | ||
}) | ||
job2.stop() | ||
wait(1500, function () { | ||
t.equal(arrRes.length, 1, 'Array must have 1 elements') | ||
}) | ||
@@ -280,0 +276,0 @@ }) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
13346
298