v4
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
proper way to get version (1a433d2)
use versions for lua commands (b0a216d)
queue: add version support (a600463)
sandbox: support URL (local files) as processor file (7eea670)
sandboxed: better compatibility with esbuild (8eaf955)
child-processor: preserve dynamic imports in commonjs (d97a5e0)
flows: add meta key to queues created with flows (272ec69)
sandboxes: use the more compatible dynamic import instead of require (6d2fe6e)
worker: should cap update progress events (2cab9e9)
connection: better handling of attached listeners (02474ad)
connection: move redis instance check to queue base (13a339a)
worker: abort rate-limit delay when closing worker (264a81c)
queue: add promoteJobs to promote all delayed jobs (6074592)
queue: add removeDeprecatedPriorityKey method
priority: priority is separeted in its own zset, no duplication needed
job: change job method name update to updateData