Skip to content

Releases: taskforcesh/bullmq

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)

v5.7.9

16 May 05:25
Compare
Choose a tag to compare

5.7.9 (2024-05-16)

Bug Fixes

  • connection: use async Retry (#2555) [python] (d6dd21d)
  • job: validate job existence when adding a log (#2562) (f87e3fe)

vpy2.7.6

09 May 04:40
Compare
Choose a tag to compare

Fix

  • connection: Use async Retry (#2555) [python] (d6dd21d)
  • worker: Make sure clearTimeout is always called after bzpopmin (782382e)
  • worker: Force timeout on bzpopmin command (#2543) (ae7cb6c)

Documentation

v5.7.8

01 May 20:27
Compare
Choose a tag to compare

5.7.8 (2024-05-01)

Bug Fixes

  • worker: make sure clearTimeout is always called after bzpopmin (782382e)

v5.7.7

30 Apr 07:46
Compare
Choose a tag to compare

5.7.7 (2024-04-30)

Bug Fixes

  • worker: force timeout on bzpopmin command (#2543) (ae7cb6c)
  • worker: wait for jobs to finalize on close (#2545) [python] (d81f210)

vpy2.7.5

28 Apr 16:59
Compare
Choose a tag to compare

Fix

  • worker: Wait for jobs to finalize on close (#2545) [python] (d81f210)

Performance

  • worker: Do not call bzpopmin when blockDelay is lower or equal 0 (#2544) ref #2466 (9760b85)

v5.7.6

27 Apr 04:13
Compare
Choose a tag to compare

5.7.6 (2024-04-27)

Bug Fixes

  • redis-connection: increase redis retry strategy backoff (#2546) [python] (6cf7712)

Performance Improvements

  • worker: do not call bzpopmin when blockDelay is lower or equal 0 (#2544) ref #2466 (9760b85)

vpy2.7.4

26 Apr 14:19
Compare
Choose a tag to compare

Fix

  • redis-connection: Increase redis retry strategy backoff (#2546) [python] (6cf7712)

Documentation

  • queue: Minor styling changes for consistency (#2541) (a7a7f4f)