v4

4.17.0 (2023-12-21)

Features

  • sandbox: support URL (local files) as processor file (7eea670)

4.16.0 (2023-12-18)

Features

4.15.4 (2023-12-14)

Bug Fixes

  • flows: update constructor and methods to match queue base (#2324) (d6c2064)

4.15.3 (2023-12-13)

Bug Fixes

  • sandboxed: better compatibility with esbuild (8eaf955)

4.15.2 (2023-12-07)

Bug Fixes

  • child-processor: preserve dynamic imports in commonjs (d97a5e0)

4.15.1 (2023-12-06)

Bug Fixes

  • flows: add meta key to queues created with flows (272ec69)

4.15.0 (2023-12-05)

Features

  • sandboxes: use the more compatible dynamic import instead of require (6d2fe6e)

4.14.4 (2023-11-28)

Bug Fixes

  • repeat-strategy: add missing Promise return type (#2301) (6f8f534)

4.14.3 (2023-11-27)

Bug Fixes

  • update-progress: remove old updateProgress script to prevent conflict (#2298) (python) (e65b819)

  • worker: get dirname by using module.filename (#2296) fixes #2288 (6e4db5a)

4.14.2 (2023-11-24)

Bug Fixes

  • worker: should cap update progress events (2cab9e9)

4.14.1 (2023-11-23)

Bug Fixes

4.14.0 (2023-11-18)

Features

  • worker: better handling of concurrency when fetching jobs (#2242) (d2e2035)

4.13.3 (2023-11-16)

Bug Fixes

  • utils: use EventEmitter as a type instead of a namespace (#2283) (41c9d1d)

4.13.2 (2023-11-09)

Bug Fixes

  • job: set delay value on current job instance when it is retried (#2266) (python) (76e075f)

4.13.1 (2023-11-08)

Bug Fixes

  • connection: better handling of attached listeners (02474ad)

  • connection: move redis instance check to queue base (13a339a)

4.13.0 (2023-11-05)

Features

4.12.10 (2023-11-05)

Bug Fixes

  • update delay job property when moving to delayed set (#2261) (69ece08)

4.12.9 (2023-11-05)

Bug Fixes

  • add-job: trim events when waiting-children event is published (#2262) (python) (198bf05)

4.12.8 (2023-11-03)

Bug Fixes

  • worker: keep extending locks while closing workers (#2259) (c4d12ea)

4.12.7 (2023-10-29)

Performance Improvements

  • redis-connection: check redis version greater or equal than v6 only once (#2252) (a09b15a)

4.12.6 (2023-10-26)

Bug Fixes

  • sandbox: do not return empty object result when it is undefined (#2247) (308db7f)

4.12.5 (2023-10-18)

Performance Improvements

  • events: trim events when removing jobs (#2235) (python) (889815c)

4.12.4 (2023-10-13)

Bug Fixes

  • events: do not publish removed event on non-existent jobs (#2227) (c134606)

4.12.3 (2023-10-10)

Bug Fixes

4.12.2 (2023-10-05)

Bug Fixes

4.12.1 (2023-10-04)

Bug Fixes

  • delayed: trim events when moving jobs to delayed (python) (#2211) (eca8c2d)

4.12.0 (2023-09-29)

Features

  • expose addJobLog and updateJobProgress to the Queue instance (#2202) (2056939)

4.11.4 (2023-09-22)

Bug Fixes

4.11.3 (2023-09-22)

Bug Fixes

4.11.2 (2023-09-20)

Bug Fixes

  • worker: throw exception with NaN as concurrency (#2184) (f36ac8b)

4.11.1 (2023-09-20)

Bug Fixes

  • queue: differentiate score purpose per state in clean method (#2133) fixes #2124 (862f10b)

4.11.0 (2023-09-16)

Features

  • sandbox: convert wrapJob method as protected for extension (#2182) (1494b55)

4.10.0 (2023-09-12)

Bug Fixes

  • move-to-finished: consider addition of prioritized jobs when processing last active job (#2176) (python) (4b01f35)

  • remove: change error message when job is locked (python) (#2175) (2f5628f)

4.9.0 (2023-09-05)

Features

  • connection: provide skipVersionCheck option for shared connections (#2149) ref #2148 (914820f)

4.8.0 (2023-08-20)

Features

4.7.4 (2023-08-19)

Bug Fixes

4.7.3 (2023-08-17)

Bug Fixes

  • worker: abort rate-limit delay when closing worker (264a81c)

4.7.2 (2023-08-12)

Bug Fixes

  • queue: throw error when name is not provided (#2123) (78fb0e2)

4.7.1 (2023-08-10)

Performance Improvements

4.7.0 (2023-08-03)

Features

4.6.3 (2023-07-28)

Performance Improvements

  • job: generate priority limit constant once (#2102) (8880f9f)

4.6.2 (2023-07-26)

Performance Improvements

  • retry: compare prev state instead of regex expression (#2099) (c141283)

4.6.0 (2023-07-19)

Features

  • queue: add promoteJobs to promote all delayed jobs (6074592)

4.5.0 (2023-07-18)

Features

  • job: add option for removing children in remove method (python) (#2064) (841dc87)

4.4.0 (2023-07-17)

Features

4.3.0 (2023-07-14)

Features

4.2.1 (2023-07-10)

Bug Fixes

  • flow: emit delayed event when parent is moved to delayed (#2055) (f419ff1)

4.2.0 (2023-07-03)

Features

  • common: add option to change repeatable jobs redis key hash algorithm (#2023) (ca17364)

4.1.0 (2023-06-23)

Features

  • queue: add getPrioritized and getPrioritizedCount methods (#2005) (7363abe)

4.0.0 (2023-06-21)

Features

  • queue: add removeDeprecatedPriorityKey method

Performance Improvements

  • priority: add prioritized as a new state (#1984) (python) (42a890a)

BREAKING CHANGES

  • priority: priority is separeted in its own zset, no duplication needed

  • job: change job method name update to updateData

ref faster priority jobs

Last updated

Copyright (c) Taskforce.sh Inc.