Manuel Astudillo

Results 933 comments of Manuel Astudillo

When sharing connections it is crucial that the shared connection never is used in a blocking call, since the blocking call will delay all other operations until that call is...

Thanks for reporting this. I removed the Bug label as Bun is not officially supported yet https://github.com/taskforcesh/bullmq/issues/2177

> @joebowbeer Sorry, I need to bother you again. When using job.moveToFailed or job.moveToCompleted, the token value is '0'. Why is this? Can you give more context? You are the...

After some time anylizing this issue, one question to be answered is what would be the actual correct behaviour. If you upsert a job scheduler with a new "every" setting,...

The "immediately" flag was removed for the every setting after a lot of deliberation. The rationale is that the most common desired behaviour is that it starts repeating directly from...

> I'm not sure I understand this part very well. Could you kindly explain it with an example? > I'll try to explain what I expect, so that we can...

depends, if you changed also the data or the options of the job scheduler, the now will execute the old data and options instead of the new one. But I...

pattern is scheduled according to the pattern unless "immediately" is set to true.

Thanks for reporting the issue. We are looking into it.