Manuel Astudillo
Manuel Astudillo
@SeanReece I think there are features in Pro that could be used to accomplish what you need, for instance you can define different concurrency factors per group: https://docs.bullmq.io/bullmq-pro/groups/local-group-concurrency And maybe...
something does not seem right with this PR.
Maybe we need a small test case where we pass a string.
It seems like sometimes the jobs have been auto removed faster than you think and thus the log method fails. The best is to use the log method inside the...
This has been now implemented using job schedulers: https://docs.bullmq.io/guide/job-schedulers
There are a lot of valid points in this post, although I think it is actually possible to have and eat the cake here, because basically you can just have...
@casewalker you are rising a super important point here regarding security. I think it is not wise to just rebel from the best practices and standards that have been proven...
@terrablue your same argument could be applied to basically any npm package, what makes esbuild special so that it should not adhere to the best practices and standards in the...
> Yeah, Bun, Zig, esbuild or whatever everyone should use 0.x forever. Semver is a mistake, it doesn't work. There's no reason to use major 1. It's pointless as you...
Not sure I completely understand the code above, but basically if what you want is to send a result back to the service that added a job to a queue,...