Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

query-swarm

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

query-swarm - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

lib/QuerySwarm.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc