Comparing version 0.1.0 to 0.1.1
@@ -17,2 +17,3 @@ /** | ||
job.delay(delay).save(function (err) { | ||
if (err) throw err; | ||
jobs.client.getset(unique_key, job.id, function (err, old_job_id) { | ||
@@ -19,0 +20,0 @@ if (err) throw err; |
{ | ||
"name": "unique-kue", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "plugin for kue, to enable unique delayed job", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6032
95