query-swarm
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -160,3 +160,3 @@ 'use strict'; | ||
if(Date.now() >= lock.expiration) | ||
return self.master.emit('error', new OrphanedQuery(cursor, tasks)); | ||
return self.emit('error', new OrphanedQuery(cursor, tasks)); | ||
@@ -163,0 +163,0 @@ // TODO: extend the lock if its expiration has fallen below a configurable buffer |
{ | ||
"name": "query-swarm", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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
618786