Fabio Nappi

Results 6 comments of Fabio Nappi

Is there any news about this PR?

Hello! Here it is a complete code snippet example to reproduce the bug. If you try to comment the plugin line, the search will actually return both documents ```js import...

In the end my workaround was to use deprecated APIs: add to the queue a job with the repeat options (insert) and then remove it with `removeRepeatableByKey` and re-add it...

@enyineer yes. Both job data and repeat options are not updated by the upsert.

@manast here is a script that reproduces the bug. It happens in just a few iterations (like the third one in my output) ```js import {Queue, Worker} from 'bullmq' import...