Igor Savin
Igor Savin
@roggervalf Are there any plans to implement an AbortController-based solution for this? We are considering using Bullmq PRO+Taskforce in our organization, and not having convenient cancellation mechanism is rather painful.
@manast Is triggering cancellation integrated into Taskforce as well already?
PR would definitely be appreciated! can you benchmark native vs js perf, btw?
Sure, that's something that we can do
I would argue that classes are a syntax sugar for a reason, though, they are easier to read and modify than prototype-inheritance based code. If there is no perf degradation...
@sirenkovladd `Request` and `Custom Request` seem slower, though. Is that consistent? Is it clear why it's happening?
@sirenkovladd Can you regenerate the benchmark after the fix?
If it was a prod runtime code, I would say that 2-3% perf difference is significant. For a test code, admittedly, less so. I'm neutral on this PR; I would...
@sluukkonen Is this still relevant in the v4 code path?