Marco Lubian

Results 2 issues of Marco Lubian

I'm using the `upsertJobScheduler` feature to setup a job that runs each 1 minute: ```javascript await queue.upsertJobScheduler('myJob', { every: 60000, }); ``` - Let's say that the job is executed...

### Version v5.63.0 ### Platform NodeJS ### What happened? I'm using version **v7.40.0** of BullMQ PRO, that is using version **v5.63.0** of bullmq. When I update an existing scheduled job...

bug