Skip to content

Releases: taskforcesh/bullmq

v5.41.1

15 Feb 17:44
Compare
Choose a tag to compare

5.41.1 (2025-02-15)

Bug Fixes

  • job: set processedBy when moving job to active in moveToFinished (#3077) fixes #3073 (1aa970c)

v5.41.0

14 Feb 14:13
Compare
Choose a tag to compare

5.41.0 (2025-02-14)

Features

  • job: add moveToWait method for manual processing (#2978) (5a97491)
  • queue: support removeGlobalConcurrency method (#3076) (ece8532)

Performance Improvements

  • add-job: add job into wait or prioritized state when delay is provided as 0 (#3052) (3e990eb)

v5.40.5

14 Feb 04:25
Compare
Choose a tag to compare

5.40.5 (2025-02-14)

Bug Fixes

  • drain: pass delayed key for redis cluster (#3074) (05ea32b)

v5.40.4

13 Feb 04:30
Compare
Choose a tag to compare

5.40.4 (2025-02-13)

Bug Fixes

  • job-scheduler: restore limit option to be saved (#3071) (3e649f7)

v5.40.3

12 Feb 13:44
Compare
Choose a tag to compare

5.40.3 (2025-02-12)

Bug Fixes

  • job-scheduler: return undefined in getJobScheduler when it does not exist (#3065) fixes #3062 (548cc1c)

v5.40.2

07 Feb 12:29
Compare
Choose a tag to compare

5.40.2 (2025-02-07)

Bug Fixes

  • fix return type of getNextJob (b970281)

v5.40.1

07 Feb 02:05
Compare
Choose a tag to compare

5.40.1 (2025-02-07)

Bug Fixes

  • worker: wait fetched jobs to be processed when closing (#3059) (d4de2f5)

v5.40.0

02 Feb 20:45
Compare
Choose a tag to compare

5.40.0 (2025-02-02)

Features

  • job-scheduler: revert add delayed job and update in the same script (9f0f1ba)

v5.39.2

02 Feb 02:22
Compare
Choose a tag to compare

5.39.2 (2025-02-02)

Bug Fixes

  • worker: evaluate if a job needs to be fetched when moving to failed (#3043) (406e21c)

v5.39.1

30 Jan 14:05
Compare
Choose a tag to compare

5.39.1 (2025-01-30)

Bug Fixes

  • retry-job: consider updating failures in job (#3036) (21e8495)