Bullmq Versions Save

BullMQ - Message Queue and Batch processing for NodeJS and Python based on Redis

vpy2.7.6

1 week ago

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

2 weeks ago

5.7.8 (2024-05-01)

Bug Fixes

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

v5.7.7

2 weeks ago

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

2 weeks ago

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

2 weeks ago

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

2 weeks ago

Fix

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

Documentation

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

vpy2.7.3

3 weeks ago

Fix

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

Performance

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

v5.7.5

3 weeks ago

5.7.5 (2024-04-24)

Bug Fixes

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

v5.7.4

3 weeks ago

5.7.4 (2024-04-21)

Performance Improvements

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

vpy2.7.2

3 weeks ago

Fix

  • worker: Return minimumBlockTimeout depending on redis version (python) (#2532) (83dfb63)