Skip to content

Releases: taskforcesh/bullmq

v5.12.6

14 Aug 14:41
Compare
Choose a tag to compare

5.12.6 (2024-08-14)

Bug Fixes

  • job: change moveToFinished return type to reflect jobData (#2706) ref #2342 (de094a3)
  • stalled: support removeDependencyOnFailure option when job is stalled (#2708) (e0d3790)

v5.12.5

13 Aug 03:26
Compare
Choose a tag to compare

5.12.5 (2024-08-13)

Bug Fixes

  • connection: remove unnecessary process.env.CI reference (#2705) (53de304)

v5.12.4

12 Aug 08:30
Compare
Choose a tag to compare

5.12.4 (2024-08-12)

Bug Fixes

  • worker: fix close sequence to reduce risk for open handlers (#2656) (8468e44)

v5.12.3

10 Aug 17:43
Compare
Choose a tag to compare

5.12.3 (2024-08-10)

Bug Fixes

  • flow: validate parentData before ignoreDependencyOnFailure when stalled check happens (#2702) (python) (9416501)

vpy2.9.2

10 Aug 17:43
Compare
Choose a tag to compare

Fix

  • flow: Validate parentData before ignoreDependencyOnFailure when stalled check happens (#2702) (python) (9416501)

Documentation

Performance

  • worker: Promote delayed jobs while queue is rate limited (#2697) ref #2582 (f3290ac)

v5.12.2

09 Aug 03:53
Compare
Choose a tag to compare

5.12.2 (2024-08-09)

Performance Improvements

  • worker: promote delayed jobs while queue is rate limited (#2697) ref #2582 (f3290ac)

vpy2.9.1

08 Aug 01:58
Compare
Choose a tag to compare

Fix

Documentation

v5.12.1

07 Aug 01:15
Compare
Choose a tag to compare

5.12.1 (2024-08-07)

Bug Fixes

  • job: consider passing stackTraceLimit as 0 (#2692) ref #2487 (509a36b)
  • job: make sure json.dumps return JSON compliant JSON [python] (#2683) (4441711)

vpy2.9.0

02 Aug 04:33
Compare
Choose a tag to compare

Feature

Fix

  • job: Make sure json.dumps return JSON compliant JSON [python] (#2683) (4441711)
  • repeatable: Remove repeat hash when removing repeatable job (#2676) (97a297d)
  • repeatable: Keep legacy repeatables if it exists instead of creating one with new structure (#2665) (93fad41)
  • repeatable: Consider removing legacy repeatable job (#2658) fixes #2661 (a6764ae)
  • repeatable: Pass custom key as an args in addRepeatableJob to prevent CROSSSLOT issue (#2662) fixes #2660 (9d8f874)

Documentation

  • pro: Update changelog to v7.12.0 (#2675) (45fa04e)
  • repeatable: Fix examples when passing repeat.key (#2669) (e99fc2d)
  • guide: Add queue global concurrency section (#2667) (c905d62)
  • changelog: Remove documentation section (b5500c4)
  • metrics: Fix markdown typo in metrics.md (#2655) (3e071fa)

Performance

v5.12.0

01 Aug 01:29
Compare
Choose a tag to compare

5.12.0 (2024-08-01)

Features

  • queue-events: pass debounceId as a param of debounced event (#2678) (97fb97a)