Manuel Astudillo
Manuel Astudillo
But you have auto remove enabled, so what is not working as expected?
I am not able to understand what is the issue you are reporting. Can you please clarify and provide a complete but minimal test case that we can run to...
As I am not an expert on typescript generics and less so on variance and contra variance I asked ChatGPT o1: Variance in TypeScript Generics Variance Types: • Covariant (out):...
We have this concept of "deduplication" that seems like it almost do what you want to do: https://docs.bullmq.io/guide/jobs/deduplication The part that I am not sure how to do is >...
The best is if you post some code that reproduces what you mention and then we can help you out. The feature is well tested, so I would be surprised...
The "duplicated" event is only fired if you add a job to the queue with the same jobId as one existing job. You should not care about this event if...
We have now a PR to address this: https://github.com/taskforcesh/bullmq/pull/3177
The concurrency factor establishes how many jobs are allowed to run concurrently within one worker. If a work is not active, then it is not being considered for the concurrency...
@bnason No, that would be really difficult to do as the concurrency mechanics are very tight coupled with the active status.
There is manual rate limit, but I am not sure this will do what you want: https://docs.bullmq.io/guide/rate-limiting#manual-rate-limit