Skip to content

Releases: taskforcesh/bullmq

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)

v5.11.0

29 Jul 12:15
Compare
Choose a tag to compare

5.11.0 (2024-07-29)

Features

v5.10.4

26 Jul 03:11
Compare
Choose a tag to compare

5.10.4 (2024-07-26)

Bug Fixes

  • repeatable: remove repeat hash when removing repeatable job (#2676) (97a297d)

v5.10.3

19 Jul 14:13
Compare
Choose a tag to compare

5.10.3 (2024-07-19)

Bug Fixes

  • repeatable: keep legacy repeatables if it exists instead of creating one with new structure (#2665) (93fad41)

v5.10.2

19 Jul 13:08
Compare
Choose a tag to compare

5.10.2 (2024-07-19)

Performance Improvements

v5.10.1

18 Jul 02:11
Compare
Choose a tag to compare

5.10.1 (2024-07-18)

Bug Fixes

  • 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)