bull

Premium Queue package for handling distributed jobs and messages in NodeJS.

OTHER License

Downloads
2.9M
Stars
15.1K
Committers
239

Bot releases are visible (Hide)

bull - v4.10.1

Published by manast about 2 years ago

4.10.1 (2022-10-13)

Bug Fixes

  • support for instantiation using redisUrl (6288f7d)
bull - v4.10.0

Published by manast about 2 years ago

4.10.0 (2022-09-29)

Features

  • types: add typescript types to package (e793f8d)
bull - v4.9.0

Published by manast about 2 years ago

4.9.0 (2022-09-05)

Features

bull - v4.8.5

Published by manast about 2 years ago

4.8.5 (2022-07-27)

Performance Improvements

  • clean: use ZRANGEBYSCORE to improve performance (#2363) (3331188)
bull - v4.8.4

Published by manast over 2 years ago

4.8.4 (2022-06-16)

Bug Fixes

  • worker: better disconnect when blocking connection (b9ea7f4)
bull - v4.8.3

Published by manast over 2 years ago

4.8.3 (2022-05-12)

Bug Fixes

  • stalled-jobs: move stalled jobs to wait in batches (2f1fb6c)
bull - v4.8.2

Published by manast over 2 years ago

4.8.2 (2022-04-21)

Bug Fixes

bull - v4.8.1

Published by manast over 2 years ago

4.8.1 (2022-03-21)

Performance Improvements

bull - v4.8.0

Published by manast over 2 years ago

4.8.0 (2022-03-19)

Features

  • have Queue#clean consult job.{finishedOn,processedOn,timestamp} (#2309) (b7058e6)
bull - v4.7.0

Published by manast over 2 years ago

4.7.0 (2022-03-02)

Features

  • metrics: add support for collecting queue metrics (886d764)
bull - v4.6.2

Published by manast over 2 years ago

4.6.2 (2022-02-23)

Bug Fixes

  • better handling of maxRetriesPerRequest (d3b9138)
bull - v4.6.1

Published by manast over 2 years ago

4.6.1 (2022-02-21)

Bug Fixes

  • sandbox: better error reporting broken processor file (10db479)
bull - v4.6.0

Published by manast over 2 years ago

4.6.0 (2022-02-21)

Features

  • handle redis uri queries (54e5463)
bull - v4.5.6

Published by manast over 2 years ago

4.5.6 (2022-02-20)

Bug Fixes

  • sandbox: wait for result of sending start command (232ed85)
bull - v4.5.5

Published by manast over 2 years ago

4.5.5 (2022-02-16)

Bug Fixes

  • worker: better closing when disconnected (41b9404)
bull - v4.5.4

Published by manast over 2 years ago

4.5.4 (2022-02-14)

Bug Fixes

  • queue: return correct workers with getWorkers() (193644c)
bull - v4.5.3

Published by manast over 2 years ago

4.5.3 (2022-02-14)

Bug Fixes

  • commands: do not wait for redis to load commands (ad7b647)
bull - v4.5.2

Published by manast over 2 years ago

4.5.2 (2022-02-14)

Bug Fixes

  • scripts: make it easier for tools like vercel to find the .lua scripts (8ab5b1d)
bull - v4.5.1

Published by manast over 2 years ago

4.5.1 (2022-02-06)

Bug Fixes

  • sandbox: broken processor files should fail jobs (dd0b853)
bull - v4.5.0

Published by manast over 2 years ago

4.5.0 (2022-02-01)

Features

  • queue: add retryJobs for failed status (501b2cc)