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

I have a task that takes a long time to complete (up to 5 minutes) and deals with streaming a large amount of data to and from the network. When...

enhancement
PR REQUEST

## Description I would like to check how a stalled event fires, but faced to problem with terminated tasks and restarting of it. I set a processor for the queue...

enhancement

## Description Bull includes all files in its npm package, including `support/`, `examples/`, `docs/`, `bugs/`, and other files that aren't needed. This bloats the size of an install unnecessarily. ##...

enhancement

Hi all, Is there any pending improvement or work around solution to prevent creating the duplicated queues when doing the code below multiple times (same name)? ```javascript const newQueue =...

BETTER DOC

I would like to know the status of parent-child job relationship feature which is announced a while ago. I would appreciate if you can provide a tentative deadline.

enhancement

## Description When running Bull and provide `backoff` as per the documentation [here](https://github.com/OptimalBits/bull/blob/develop/REFERENCE.md#queueadd) I can't seem to get the `backoff` to trigger despite what I do. I've created a minimal...

BETTER DOC

## Description It would be nice to have some docs based on each item of the features listed on README ![image](https://user-images.githubusercontent.com/2005841/56463085-06b7b580-63a4-11e9-9751-1c2b8e577f49.png) example, how can I have `Multiple job types per...

BETTER DOC

As others have pointed out, Bull's data structures in Redis [aren't documented](https://github.com/OptimalBits/bull/issues/573). This makes [working with them outside of Bull](https://github.com/OptimalBits/bull/issues/918) difficult. More concerning, Bull's tests don't appear to verify the...

BETTER DOC

## Bull version 3.6.0 What is the maximum time a job may be delayed for? Is there one? After a small amount of digging I found that bull uses setTimeout...

BETTER DOC

I want to balance between two states of the system. 1. My bull consumers have nothing to do. 1. My bull consumers are all busy What drives the need for...

enhancement