Skip to content

Releases: taskforcesh/bullmq

v5.8.1

12 Jun 14:37
Compare
Choose a tag to compare

5.8.1 (2024-06-12)

Bug Fixes

  • priority: use module instead of bit.band to keep order (python) (#2597) (9ece15b)

Features

  • queue: add getCountsPerPriority method [python] (#2607) (02b8338)

v5.8.0

11 Jun 14:02
Compare
Choose a tag to compare

5.8.0 (2024-06-11)

Bug Fixes

Features

vpy2.7.8

05 Jun 14:14
Compare
Choose a tag to compare

Fix

v5.7.15

04 Jun 23:47
Compare
Choose a tag to compare

5.7.15 (2024-06-04)

Performance Improvements

  • job: set processedBy using hmset (#2592) (python) (238680b)

vpy2.7.7

04 Jun 23:48
Compare
Choose a tag to compare

Fix

  • worker: Properly cancel blocking command during disconnections (2cf12b3)
  • Extendlock,createbulk use pipeline no multi command (a053d9b)
  • repeat: Throw error when endDate is pointing to the past (#2574) (5bd7990)
  • retry-job: Throw error when job is not in active state (#2576) (ca207f5)
  • sandboxed: Ensure DelayedError is checked in Sandboxed processors (#2567) fixes #2566 (8158fa1)
  • job: Validate job existence when adding a log (#2562) (f87e3fe)

Documentation

Performance

  • job: Set processedBy using hmset (#2592) (python) (238680b)

v5.7.14

29 May 16:23
Compare
Choose a tag to compare

5.7.14 (2024-05-29)

Bug Fixes

  • worker: properly cancel blocking command during disconnections (2cf12b3)

v5.7.13

28 May 18:46
Compare
Choose a tag to compare

5.7.13 (2024-05-28)

Bug Fixes

  • extendlock,createbulk use pipeline no multi command (a053d9b)

v5.7.12

24 May 04:09
Compare
Choose a tag to compare

5.7.12 (2024-05-24)

Bug Fixes

  • repeat: throw error when endDate is pointing to the past (#2574) (5bd7990)

v5.7.11

23 May 05:37
Compare
Choose a tag to compare

5.7.11 (2024-05-23)

Bug Fixes

  • retry-job: throw error when job is not in active state (#2576) (ca207f5)

v5.7.10

21 May 04:52
Compare
Choose a tag to compare

5.7.10 (2024-05-21)

Bug Fixes

  • sandboxed: ensure DelayedError is checked in Sandboxed processors (#2567) fixes #2566 (8158fa1)