Skip to content

Releases: taskforcesh/bullmq

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)

v5.7.5

24 Apr 04:33
Compare
Choose a tag to compare

5.7.5 (2024-04-24)

Bug Fixes

  • stalled: consider ignoreDependencyOnFailure option (python) (#2540) fixes #2531 (0140959)

vpy2.7.3

24 Apr 04:34
Compare
Choose a tag to compare

Fix

  • stalled: Consider ignoreDependencyOnFailure option (python) (#2540) fixes #2531 (0140959)

Performance

  • worker: Reset delays after generating blockTimeout value (#2529) (e92cea4)

v5.7.4

21 Apr 15:39
Compare
Choose a tag to compare

5.7.4 (2024-04-21)

Performance Improvements

  • worker: reset delays after generating blockTimeout value (#2529) (e92cea4)