Socket
Socket
Sign inDemoInstall

bullmq

Package Overview
Dependencies
Maintainers
1
Versions
531
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bullmq - npm Package Compare versions

Comparing version 5.7.7 to 5.7.8

7

dist/cjs/classes/worker.js

@@ -306,2 +306,3 @@ "use strict";

}
let timeout;
try {

@@ -317,3 +318,3 @@ if (!this.closing) {

// don't get a response in the expected time.
const timeout = setTimeout(async () => {
timeout = setTimeout(async () => {
await this.blockingConnection.disconnect();

@@ -326,3 +327,2 @@ await this.blockingConnection.reconnect();

const result = await bclient.bzpopmin(this.keys.marker, blockTimeout);
clearTimeout(timeout);
if (result) {

@@ -346,2 +346,5 @@ const [_key, member, score] = result;

}
finally {
clearTimeout(timeout);
}
return Infinity;

@@ -348,0 +351,0 @@ }

@@ -303,2 +303,3 @@ import * as fs from 'fs';

}
let timeout;
try {

@@ -314,3 +315,3 @@ if (!this.closing) {

// don't get a response in the expected time.
const timeout = setTimeout(async () => {
timeout = setTimeout(async () => {
await this.blockingConnection.disconnect();

@@ -323,3 +324,2 @@ await this.blockingConnection.reconnect();

const result = await bclient.bzpopmin(this.keys.marker, blockTimeout);
clearTimeout(timeout);
if (result) {

@@ -343,2 +343,5 @@ const [_key, member, score] = result;

}
finally {
clearTimeout(timeout);
}
return Infinity;

@@ -345,0 +348,0 @@ }

{
"name": "bullmq",
"version": "5.7.7",
"version": "5.7.8",
"description": "Queue for messages and jobs based on Redis",

@@ -5,0 +5,0 @@ "homepage": "https://bullmq.io/",

@@ -41,4 +41,12 @@ <div align="center">

## 🌐 Language agnostic BullMQ
Do you need to work with BullMQ on platforms other than Node.js? If so, check out the [BullMQ Proxy](https://github.com/taskforcesh/bullmq-proxy)
## 🌟 Rediscover Scale Conference 2024
Discover the latest in in-memory and real-time data technologies at **Rediscover Scale 2024**. Ideal for engineers, architects, and technical leaders looking to push technological boundaries. Connect with experts and advance your skills at The Foundry SF, San Francisco.
[Learn more and register here!](https://www.rediscoverscale.com/)
# Official FrontEnd

@@ -45,0 +53,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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