query-swarm
Advanced tools
Comparing version 0.1.2 to 0.2.0
@@ -75,2 +75,5 @@ 'use strict'; | ||
self.redlock = new Redlock([redis], { retryCount: 0 }); | ||
self.redlock.on('clientError', function(err) { | ||
self.emit('clientError', err); | ||
}); | ||
} | ||
@@ -77,0 +80,0 @@ |
{ | ||
"name": "query-swarm", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Safely distribute query-driven tasks over a swarm of parallel functions on a single process or across multiple processes/machines.", | ||
@@ -5,0 +5,0 @@ "keywords": "schedule, queue, task, job, worker, redis, distributed, async", |
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
618875
560