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 hidden (Show)

bull - v4.4.0

Published by manast over 2 years ago

4.4.0 (2022-01-26)

Features

  • add support for removeOn based on time (90f040c)
bull - v4.3.0

Published by manast over 2 years ago

4.3.0 (2022-01-26)

Features

  • upgrade cron version enabling new cron expressions (79337a3)
bull - v4.2.1

Published by manast almost 3 years ago

4.2.1 (2022-01-17)

Bug Fixes

  • sandbox: exit if uncaughtException (43dc2e6)
bull - v4.2.0

Published by manast almost 3 years ago

4.2.0 (2021-12-21)

Features

  • queue: enabled queues to share childPool instance (#2237) (16fdbe9)
bull - v4.1.4

Published by manast almost 3 years ago

4.1.4 (2021-12-14)

Bug Fixes

  • queue: check redisOptions is available fixes #2186 (071c51d)
bull - v4.1.3

Published by manast almost 3 years ago

4.1.3 (2021-12-14)

Bug Fixes

bull - v4.1.2

Published by manast almost 3 years ago

4.1.2 (2021-12-14)

Performance Improvements

  • speed up performance of queue.clean when called with a limit (#2205) (c20e469)
bull - v4.1.1

Published by manast almost 3 years ago

4.1.1 (2021-11-16)

Bug Fixes

bull - v4.1.0

Published by manast almost 3 years ago

4.1.0 (2021-10-31)

Features

  • emit event on job lock extend failure (7247b3b)
bull - v4.0.0

Published by manast almost 3 years ago

4.0.0 (2021-10-27)

Bug Fixes

  • force options to guarantee correct reconnects (3ade8e6)

BREAKING CHANGES

  • If redis opts are missing:
    { maxRetriesPerRequest: null,
    enableReadyCheck: false }
    then a exception will be thrown.
bull - v3.29.3

Published by manast about 3 years ago

3.29.3 (2021-10-13)

Bug Fixes

  • name-processors: wait for all processors when closing fixes #1618 (79ce013)
bull - v3.29.2

Published by manast about 3 years ago

3.29.2 (2021-09-08)

Bug Fixes

  • connection: fail only if redis connection does not recover (0ca4c6b)
bull - v3.29.1

Published by manast about 3 years ago

3.29.1 (2021-08-26)

Bug Fixes

bull - v3.29.0

Published by manast about 3 years ago

3.29.0 (2021-08-20)

Features

  • jobs: add extendLock method (30d5959)
bull - v3.28.1

Published by manast about 3 years ago

3.28.1 (2021-08-06)

Bug Fixes

  • queue: changed user prop to username for redisOptions (71baea9)
bull - v3.28.0

Published by manast about 3 years ago

3.28.0 (2021-08-05)

Features

  • queue: handle redis url containing username (a245fc4)
bull - v3.27.0

Published by manast about 3 years ago

3.27.0 (2021-07-27)

Features

  • support job.discard function in sandboxed processors (5adcf2c)
bull - v3.26.0

Published by manast over 3 years ago

3.26.0 (2021-07-16)

Features

  • repeatable: store key in repeat options (dab0d82)
bull - v3.25.2

Published by manast over 3 years ago

3.25.2 (2021-07-16)

Bug Fixes

bull - v3.25.1

Published by manast over 3 years ago

3.25.1 (2021-07-16)

Bug Fixes

  • error when .lua scripts missing in built bundle (85307c3)