-
Hi
We use bullmq-pro and elastic-apm for tracing. To get this working we have implemented a separate layer for continuing traces from scheduling a job to worker running the job. This however requir…
-
Research task on architecture and tech stack in preparation to the project
-
### Version
2.8.1
### Platform
Python
### What happened?
Not able to install bullmq python package locally, when i tried to install using pip install bullmq, its installing all the old versions o…
-
I’m encountering an issue with BullMQ Pro where both the worker and server are affected by the `BUSY Redis is busy running a script. You can only call SCRIPT KILL or SHUTDOWN NOSAVE` error.
I'm run…
-
**Description**
When using the `activeQueues` option in `JobQueueOptions`, the observed behavior with the BullMQ job queue strategy is inconsistent with expectations. All worker processes pull jobs f…
-
We would like to monitor the time jobs are in ready to be executed waiting for worker to detects congestion issues. As far as I can tell `timestamp` is the time the job was created which would not wor…
-
hello,
I am using Puppeteer-cluster with Bullmq. and I was wondering if there is a way to get the progress of the queue so I can update the Bullmq job progress?
-
I'm evaluating Pro right now because we need to have sequential executions of jobs due in order to avoid concurrency issues. I though that Bull's group IDs might help for this szeanrio:
* 4 jobs in…
-
Greetings, I have deployed bullboard with bullmq and nestjs with the following configuration:
There is a local redis instance on the remote server.
This is in the imports section in app.module.ts:
…
-
Encountered this error running bullmq with upstash, the same example works fine on local redis.
Also the older bull example works fine with upstash.
```
ReplyError: ERR Error running script: @gl…