bull icon indicating copy to clipboard operation
bull copied to clipboard

Premium Queue package for handling distributed jobs and messages in NodeJS.

Results 162 bull issues
Sort by recently updated
recently updated
newest added

## Feature request Many queues have upper limits for the size of messages that you can send through them. For example, SQS limits messages to [256 KB](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-limits.html). Such limits are...

enhancement
PR REQUEST

## Description The repeatable job appears to exists in the "repeat" zset but an actual job doesn't exist. The result is that getRepeatableJobs() notifies about a job that isn't happening...

enhancement
cannot reproduce

We have a setup wherein some servers only add jobs to the queue, and some are set as workers to register and process the queue. However, the servers receive the...

BETTER DOC
work as designed

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

## Description When removing a repeatable job by key using the function removeRepeatableByKey there is still one delayed job left in the queue. There were other issues reported like this...

wontfix

## Description my job queue processor some time can complete and no throw the unpack error. after few time the job will return the unpack error. ## Minimal, Working Test...

## Description When a REDIS_URL specifies a "family" in the URL, e.g. ``` redis://@redis:50004/?family=4 ``` it is not type-casted to number, resulting in the error ```text node:dns:179 validateOneOf(options.family, 'options.family', validFamilies);...

## "When using Bull Queue with an AWS Redis cluster (cluster mode enabled) and configuration endpoint with no primary endpoint, there is no permanent primary endpoint. When this configuration is...

## Description I'm using bull to do repeatable jobs, and if not receiving success message from client within 1 min then this job should be executed again. This logic works,...

enhancement

Hi, Not really a bug rather a request for better docs. Recently tried deploying bull in production over aws elasticache to replace rabbitmq. We estimated the data size to be...

BETTER DOC