1.67.1 (2022-01-27)
1.67.0 (2022-01-26)
- add support for removeOn based on time (6c4ac75)
1.66.1 (2022-01-25)
1.66.0 (2022-01-23)
1.65.1 (2022-01-21)
1.65.0 (2022-01-21)
1.64.4 (2022-01-19)
1.64.3 (2022-01-17)
- worker: blockTime must be integer on older Redis (6fedc0a)
1.64.2 (2022-01-14)
1.64.1 (2022-01-14)
- sandbox: exit uncaughtException instead of throwing error (013d6a5)
1.64.0 (2022-01-07)
1.63.3 (2022-01-06)
1.63.2 (2022-01-04)
1.63.1 (2022-01-04)
1.63.0 (2021-12-31)
1.62.0 (2021-12-31)
1.61.0 (2021-12-29)
1.60.0 (2021-12-29)
1.59.4 (2021-12-21)
1.59.3 (2021-12-21)
- worker: fix undefined moveToActive (87e8cab)
1.59.2 (2021-12-17)
1.59.1 (2021-12-17)
- copy lua files to correct location (2be1120)
1.59.0 (2021-12-17)
- correct dist path (067d4c2)
- also export bullmq as an ESM (e97e5b5)
1.58.0 (2021-12-15)
1.57.4 (2021-12-14)
- move-to-active: add try catch in moveToActive call (#933) (bab45b0)
- redis-connection: consider cluster redisOptions config (#934) (5130f63)
1.57.3 (2021-12-14)
1.57.2 (2021-12-11)
1.57.1 (2021-12-11)
- worker: better handling of block timeout (be4c933)
1.57.0 (2021-12-08)
1.56.0 (2021-12-06)
- emit drain event if no jobs left when completing (9ad78a9)
- worker: use client for setting worker name (af65c2c)
- worker: make moveToActive protected (d2897ee)
1.55.1 (2021-12-03)
1.55.0 (2021-12-02)
1.54.6 (2021-11-30)
1.54.5 (2021-11-26)
1.54.4 (2021-11-24)
1.54.3 (2021-11-22)
1.54.2 (2021-11-20)
1.54.1 (2021-11-19)
1.54.0 (2021-11-17)
1.53.0 (2021-11-16)
1.52.2 (2021-11-14)
1.52.1 (2021-11-12)
1.52.0 (2021-11-11)
1.51.3 (2021-11-04)
1.51.2 (2021-11-03)
1.51.1 (2021-10-29)
1.51.0 (2021-10-28)
1.50.7 (2021-10-28)
- override enableReadyCheck, maxRetriesPerRequest fixes reconnection (09ba358)
- queue-base: deprecation warning on missing connection (2f79802)
1.50.6 (2021-10-28)
1.50.5 (2021-10-21)
1.50.4 (2021-10-20)
- properly pass sharedConnection option to worker base class (56557f1)
1.50.3 (2021-10-18)
1.50.2 (2021-10-12)
- msgpack: replace msgpack by msgpackr (dc13a75)
1.50.1 (2021-10-12)
- queue-getters: only getting the first 2 jobs (653873a)
1.50.0 (2021-10-12)
- easier to build extensions on top of BullMQ (b1a9e64)
1.49.0 (2021-10-08)
1.48.3 (2021-10-05)
1.48.2 (2021-09-24)
1.48.1 (2021-09-23)
1.48.0 (2021-09-23)
1.47.2 (2021-09-22)
1.47.1 (2021-09-17)
1.47.0 (2021-09-16)
1.46.7 (2021-09-16)
1.46.6 (2021-09-15)
1.46.5 (2021-09-12)
1.46.4 (2021-09-10)
1.46.3 (2021-09-08)
1.46.2 (2021-09-07)
1.46.1 (2021-09-06)
1.46.0 (2021-09-02)
1.45.0 (2021-09-02)
1.44.3 (2021-09-02)
1.44.2 (2021-08-29)
1.44.1 (2021-08-29)
1.44.0 (2021-08-27)
1.43.0 (2021-08-25)
1.42.1 (2021-08-23)
- protect emit calls with throw/catch (79f879b)
1.42.0 (2021-08-20)
1.41.0 (2021-08-20)
- flow: add bulk (dc59fe6)
1.40.4 (2021-08-06)
- rate-limiter: check groupKey is not undefined (999b918)
1.40.3 (2021-08-06)
- redis-connection: add error event in waitUntilReady (ac4101e)
1.40.2 (2021-08-06)
- move clientCommandMessageReg to utils (dd5d555)
1.40.1 (2021-07-24)
1.40.0 (2021-07-22)
- worker: retry with delay errors in run loop (409fe7f)
1.39.5 (2021-07-21)
- move-to-finished: remove stalled jobs when finishing (3867126)
1.39.4 (2021-07-21)
- repeatable: validate endDate when adding next repeatable job (1324cbb)
1.39.3 (2021-07-16)
- connect if redis client has status "wait" (f711717)
1.39.2 (2021-07-15)
- queue: ensure the Queue constructor doesn't try to set queue options if the client is closed (b40c6eb)
1.39.1 (2021-07-15)
- sandbox: use updateProgress method name (27d62c3)
1.39.0 (2021-07-13)
- worker+scheduler: add a "running" attribute for healthchecking (aae358e)
1.38.1 (2021-07-12)
- reprocess: do not store job.id in added list (9c0605e)
1.38.0 (2021-07-12)
- queue: add missing events typings (b42e78c)
1.37.1 (2021-07-02)
1.37.0 (2021-06-30)
- job: add changeDelay method for delayed jobs (f0a9f9c)
1.36.1 (2021-06-22)
- worker: change active event typing (220b4f6)
1.36.0 (2021-06-20)
- queue-events: fix drained typing (9cf711d)
1.35.0 (2021-06-19)
- worker: add drained event typing (ed5f315)
1.34.2 (2021-06-18)
- worker: await for processing functions (0566804)
1.34.1 (2021-06-18)
- redis-connection: remove error event listener from client (2d70fe7)
1.34.0 (2021-06-11)
- job: expose queueName (8683bd4)
1.33.1 (2021-06-10)
- job: destructure default opts for pagination (73363a5)
1.33.0 (2021-06-10)
- job: add getDependenciesCount method (ae39a4c)
1.32.0 (2021-06-07)
- flow-producer: add getFlow method (ce93d04)
1.31.1 (2021-06-07)
- worker: remove processed key when removeOnComplete (4ec1b73)
1.31.0 (2021-06-04)
- job: extend getDependencies to support pagination (9b61bbb)
1.30.2 (2021-06-03)
- job: parse results in getDependencies for processed jobs (6fdc701)
1.30.1 (2021-06-02)
- move-to-waiting-children: make opts optional (33bd76a)
1.30.0 (2021-06-02)
- add some event typing (934c004)
1.29.1 (2021-05-31)
- move-stalled-jobs-to-wait: send failedReason to queueEvents (7c510b5)
1.29.0 (2021-05-31)
1.28.2 (2021-05-31)
- obliterate: remove job logs (ea91895)
1.28.1 (2021-05-31)
1.28.0 (2021-05-24)
- flow-producer: expose client connection (17d4263)
1.27.0 (2021-05-24)
- repeat: add immediately opt for repeat (d095573)
1.26.5 (2021-05-21)
- movetofinished: use parent queue for events (1b17b62)
1.26.4 (2021-05-20)
- removejob: delete processed hash (a2a5058)
1.26.3 (2021-05-19)
1.26.2 (2021-05-18)
- getjoblogs: no reversed pagination (fb0c3a5)
1.26.1 (2021-05-17)
1.26.0 (2021-05-16)
- custombackoff: provide job as third parameter (ddaf8dc)
1.25.2 (2021-05-16)
1.25.1 (2021-05-13)
- addbulk: should not consider repeat option (c85357e)
1.25.0 (2021-05-11)
- job: add sizeLimit option when creating a job (f10aeeb)
1.24.5 (2021-05-08)
- deps: upgrading lodash to 4.17.21 (6e90c3f)
1.24.4 (2021-05-07)
1.24.3 (2021-05-05)
1.24.2 (2021-05-05)
- sandbox: handle broken processor files (2326983)
1.24.1 (2021-05-05)
1.24.0 (2021-05-03)
- add option for non-blocking getNextJob (13ce2cf)
1.23.1 (2021-05-03)
- add return type for job.waitUntilFinished() (59ede97)
1.23.0 (2021-04-30)
- job: pass parent opts to addBulk (7f21615)
1.22.2 (2021-04-29)
1.22.1 (2021-04-28)
- addjob: fix redis cluster CROSSSLOT (a5fd1d7)
1.22.0 (2021-04-28)
- jobcreate: allow passing parent in job.create (ede3626)
1.21.0 (2021-04-26)
- add typing for addNextRepeatableJob (a3be937)
1.20.6 (2021-04-25)
- movetocompleted: should not complete before children (812ff66)
1.20.5 (2021-04-23)
- obliterate: correctly remove many jobs (b5ae4ce)
1.20.4 (2021-04-23)
1.20.3 (2021-04-23)
1.20.2 (2021-04-22)
- movetodelayed: check if job is in active state (4e63f70)
1.20.1 (2021-04-22)
1.20.0 (2021-04-21)
- worker: passing token in processor function (2249724)
1.19.3 (2021-04-20)
- movetocompleted: throw an error if job is not in active state (c2fe5d2)
1.19.2 (2021-04-19)
1.19.1 (2021-04-19)
- remove repeatable with obliterate (1c5e581)
1.19.0 (2021-04-19)
- add workerDelay option to limiter (9b6ab8a)
1.18.2 (2021-04-16)
- add parentKey property to Job (febc60d)
1.18.1 (2021-04-16)
- rename Flow to FlowProducer class (c64321d)
1.18.0 (2021-04-16)
- add remove support for flows (4e8a7ef)
1.17.0 (2021-04-16)
- job: consider waiting-children state (2916dd5)
1.16.2 (2021-04-14)
- read lua scripts serially (69e73b8)
1.16.1 (2021-04-12)
1.16.0 (2021-04-12)
1.15.1 (2021-03-19)
- obliterate: safer implementation (82f571f)
1.15.0 (2021-03-18)
1.14.8 (2021-03-06)
1.14.7 (2021-02-16)
1.14.6 (2021-02-16)
1.14.5 (2021-02-16)
1.14.4 (2021-02-08)
1.14.3 (2021-02-07)
1.14.2 (2021-02-02)
- improve job timeout notification by giving the job name and id in the error message (#387) (ca886b1)
1.14.1 (2021-02-01)
- job finish queue events race condition (355bca5)
1.14.0 (2021-01-06)
- job: expose extendLock as a public method (17e8431)
1.13.0 (2020-12-30)
1.12.3 (2020-12-28)
- correctly handle "falsy" data values fixes #264 (becad91)
- worker: setname on worker blocking connection (645b633)
1.12.2 (2020-12-23)
1.12.1 (2020-12-21)
1.12.0 (2020-12-16)
- add ability to get if queue is paused or not (e98b7d8)
1.11.2 (2020-12-15)
- promote jobs to the right "list" when paused (d3df615)
1.11.1 (2020-12-15)
- clientCommandMessageReg to support GCP memorystore v5 (8408dda)
1.11.0 (2020-11-24)
- add generic type to processor (d4f6501)
- add name and return types to queue, worker and processor (4879715)
1.10.0 (2020-10-20)
- job: remove listeners before resolving promise (563ce92)
- worker: continue processing if handleFailed fails. fixes #286 (4ef1cbc)
- worker: fix memory leak on Promise.race (#282) (a78ab2b)
- worker: setname on worker blocking connection (#291) (50a87fc)
- remove async for loop in child pool fixes #229 (d77505e)
1.9.0 (2020-07-19)
- add grouped rate limiting (3a958dd)
1.8.14 (2020-07-03)
- typescript: fix typings, upgrade ioredis dependencies (#220) (7059f20)
- worker: return this.closing when calling close (b68c845)
1.8.13 (2020-06-05)
- redis-connection: run the load command for reused redis client (fab9bba)
1.8.12 (2020-06-04)
- remove unused options (23aadc3)
1.8.11 (2020-05-29)
- scheduler: remove unnecessary division by 4096 (4d25e95)
1.8.10 (2020-05-28)
1.8.9 (2020-05-25)
1.8.8 (2020-05-25)
- queue-base: error event is passed through (ad14e77)
- redis-connection: error event is passed through (a15b1a1)
- worker: error event is passed through (d7f0374)
1.8.7 (2020-04-10)
1.8.6 (2020-04-10)
- workers: do not call super.close() (ebd2ae1)
- make sure closing is returned in every close call (88c5948)
- scheduler: duplicate connections fixes #174 (011b8ac)
- worker: return this.closing when calling close (06d3d4f)
1.8.5 (2020-04-05)
- removed deprecated and unused node-uuid (c810579)
1.8.4 (2020-03-17)
- job: added nullable/optional properties (cef134f)
1.8.3 (2020-03-13)
- sandbox: If the child process is killed, remove it from the pool. (8fb0fb5)
1.8.2 (2020-03-03)
1.8.1 (2020-03-02)
1.8.0 (2020-03-02)
- cleanup signatures for queue add and addBulk (#127) (48e221b)
- exit code 12 when using inspect with child process (#137) (43ebc67)
1.7.0 (2020-03-02)
1.6.8 (2020-02-22)
- modified QueueGetters.getJob and Job.fromId to also return null to (65183fc)
- modified QueueGetters.getJob and Job.fromId to return undefined (ede352b)
1.6.7 (2020-01-16)
- don't fail a job when the worker already lost the lock (23c0bf7)
1.6.6 (2020-01-05)
- remove duplicate active entry (1d2cca3)
1.6.5 (2020-01-05)
- get rid of flushdb/flushall in tests (550c67b)
1.6.4 (2020-01-05)
- delete logs when cleaning jobs in set (b11c6c7)
1.6.3 (2020-01-01)
1.6.2 (2019-12-16)
- change default QueueEvents lastEventId to $ (3c5b01d)
- ensure QE ready before adding test events (fd190f4)
- explicitly test the behavior of .on and .once (ea11087)
1.6.1 (2019-12-16)
- check of existing redis instance (dd466b3)
1.6.0 (2019-12-12)
- add generic type to job data and return value (87c0531)
1.5.0 (2019-11-22)
1.4.3 (2019-11-21)
- check in moveToFinished to use default val for opts.maxLenEvents (d1118aa)
1.4.2 (2019-11-21)
- avoid Job<->Queue circular json error (5752727)
- avoid the .toJSON serializer interface #70 (5941b82)
1.4.1 (2019-11-08)
1.4.0 (2019-11-06)
- job.progress() return last progress for sandboxed processors (5c4b146)
1.3.0 (2019-11-05)
- test worker extends job lock while job is active (577efdf)
1.2.0 (2019-11-03)
- only run coveralls after success (bd51893)
- added code coverage and coveralls (298cfc4)
- added missing deps for coverage (6f3ab8d)
- ignore commitlint file in coverage (f874441)
- only upload coverage once after all tests pass (a7f73ec)
1.1.0 (2019-11-01)
- initial version of job locking mechanism (1d4fa38)
1.0.1 (2019-10-27)
- add compilation step before running tests (64abc13)
- add extra client to worker fixes #34 (90bd891)
- add missing dependency (b92e330)
- check closing after resuming from pause (7b2cef3)
- default opts (333c73b)
- do not block if blockTime is zero (13b2df2)
- do not exec if closing (b1d1c08)
- do not trim if maxEvents is undefined (7edd8f4)
- emit wait event in add job (39cba31)
- fix a couple of job tests (e66b97b)
- fix compiling error (3cf2617)
- fix more tests (6a07b35)
- fix progress script (4228e27)
- fix retry functionality (ec41ea4)
- fix several floating promises (590a4a9)
- fixed reprocess lua script (b78296f)
- improve concurrency mechanism (a3f6148)
- improve disconnection for queue events (56b53a1)
- initialize events comsumption in constructor (dbb66cd)
- make ioredis typings a normal dependency (fb80b90)
- minor fixes (7791cda)
- parse progres and return value in events (9e43d0e)
- properly emit event for progress (3f70175)
- reduce drain delay to 5 seconds (c6cfe7c)
- remove buggy close() on redis-connection (fixes 5 failing tests) (64c2ede)
- remove unused dependencies (34293c8)
- replace init by waitUntilReady (4336161)
- reworked initialization of redis clients (c17d4be)
- several fixes to make the lib work on other ts projects (3cac1b0)
- throw error messages instead of codes (9267541)
- update tests after merge (51f75a4)
- wait until ready before trying to get jobs (f3b768f)
- connections: reused connections (1e808d2)
- waitUntilFinished improvements (18d4afe)
- add cleaned event (c544775)
- add empty method (4376112)
- add retry errors (f6a7990)
- add script to generate typedocs (d0a8cb3)
- add some new tests for compat class, more minor fixes (bc0f653)
- add support for adding jobs in bulk (b62bddc)
- add trimEvents method to queue client (b7da7c4)
- automatically trim events (279bbba)
- emit global stalled event fixes #10 (241f229)
- get rid of Job3 in favor of bullmq Job class (7590cea)
- implement close in redis connection fixes #8 (6de8b48)
- make delay in backoffs optional (30d59e5)
- move async initialization to constructors (3fbacd0)
- port a lot of functionality from bull 3.x (ec9f3d2)
- port more features from bull 3.x (75bd261)
- ported tests and functionality from bull 3 (1b6b192)
- workers: support for async backoffs (c555837)
- remove support of bull3 config format in compat class (d909486)
- support global:progress event (60f4d85)
- trim option to event stream #21 & fix #17 (7eae653)
- Removed humans, they weren't doing fine with animals.
- Animals are now super cute, all of them.
- Introduced animals into the world, we believe they're going to be a neat addition.