premsreelathasugeendran
73d0655069
chore: fix typo "occured" -> "occurred" in index.d.ts
2026-05-10 22:30:48 +02:00
dependabot[bot]
2bcbf9a13b
chore(deps): bump lodash from 4.17.23 to 4.18.1 ( #2810 )
2026-04-06 23:05:47 -07:00
dependabot[bot]
d39ed46113
chore(deps): bump handlebars from 4.7.7 to 4.7.9 ( #2808 )
2026-04-06 23:00:20 -07:00
dependabot[bot]
3c2621a539
chore(deps): bump picomatch from 2.2.3 to 2.3.2 ( #2807 )
2026-03-26 21:06:28 -07:00
dependabot[bot]
fc9033b01d
chore(deps): bump flatted from 3.1.1 to 3.4.2
...
Bumps [flatted](https://github.com/WebReflection/flatted ) from 3.1.1 to 3.4.2.
- [Commits](https://github.com/WebReflection/flatted/compare/v3.1.1...v3.4.2 )
---
updated-dependencies:
- dependency-name: flatted
dependency-version: 3.4.2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-23 12:09:13 +01:00
dependabot[bot]
03c546729d
chore(deps-dev): bump minimatch from 7.4.6 to 7.4.8 ( #2805 )
2026-02-27 23:24:45 -06:00
dependabot[bot]
764dfb5344
build(deps): bump lodash from 4.17.21 to 4.17.23 ( #2803 )
2026-02-22 22:37:00 -06:00
wontak-motionlabs
b1f3d4ec07
docs: remove outdated TODO comment from finished() method
...
The watchdog functionality mentioned in the TODO has already been
implemented in lib/job.js. The setInterval-based watchdog checks
job completion status periodically using FINISHED_WATCHDOG constant.
2025-11-13 15:15:48 +01:00
semantic-release-bot
489c6ab846
chore(release): 4.16.5 [skip ci]
...
## [4.16.5](https://github.com/OptimalBits/bull/compare/v4.16.4...v4.16.5 ) (2024-12-18)
### Bug Fixes
* upgrade cron-parser dependency for Luxon CVE-2023-22467 ([e45698e ](https://github.com/OptimalBits/bull/commit/e45698eb91b91a4676f9bafdb7bdb35043d2316d ))
v4.16.5
2024-12-18 20:36:33 +00:00
carvilsi
e45698eb91
fix: upgrade cron-parser dependency for Luxon CVE-2023-22467
2024-12-18 21:33:36 +01:00
Manuel Astudillo
e6be774d34
docs: update README.md
2024-12-09 19:00:42 +01:00
semantic-release-bot
65355b8883
chore(release): 4.16.4 [skip ci]
...
## [4.16.4](https://github.com/OptimalBits/bull/compare/v4.16.3...v4.16.4 ) (2024-11-01)
### Bug Fixes
* **deps:** bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ([#2783 ](https://github.com/OptimalBits/bull/issues/2783 )) fixes [#2782 ](https://github.com/OptimalBits/bull/issues/2782 ) ([bc0ae0a ](https://github.com/OptimalBits/bull/commit/bc0ae0ae5b7fb2b067de94c3e51ce1bdd609806d ))
v4.16.4
2024-11-01 14:09:13 +00:00
Arya
bc0ae0ae5b
fix(deps): bump msgpackr to 1.1.2 to resolve ERR_BUFFER_OUT_OF_BOUNDS error ( #2783 ) fixes #2782
2024-11-01 08:06:16 -06:00
Rogger Valverde
c2f37ee194
docs(readme): replace gitter with slack ( #2775 )
2024-09-28 15:52:22 -05:00
dependabot[bot]
461afc7dbb
build(deps): bump path-to-regexp from 1.8.0 to 1.9.0 ( #2771 )
2024-09-11 23:45:03 -06:00
semantic-release-bot
66f8241063
chore(release): 4.16.3 [skip ci]
...
## [4.16.3](https://github.com/OptimalBits/bull/compare/v4.16.2...v4.16.3 ) (2024-09-10)
### Bug Fixes
* **metrics:** differentiate points in different minutes to be more accurate ([#2770 ](https://github.com/OptimalBits/bull/issues/2770 )) ([fbf2fa3 ](https://github.com/OptimalBits/bull/commit/fbf2fa397c865e6620aac39b291704e486f424d2 ))
v4.16.3
2024-09-10 13:11:56 +00:00
Rogger Valverde
fbf2fa397c
fix(metrics): differentiate points in different minutes to be more accurate ( #2770 )
2024-09-10 08:09:00 -05:00
semantic-release-bot
f59473b26e
chore(release): 4.16.2 [skip ci]
...
## [4.16.2](https://github.com/OptimalBits/bull/compare/v4.16.1...v4.16.2 ) (2024-09-05)
### Performance Improvements
* **metrics:** save zeros as much as max data points ([#2767 ](https://github.com/OptimalBits/bull/issues/2767 )) ([3a09840 ](https://github.com/OptimalBits/bull/commit/3a098406a86573150ad13d1487d16211030c4200 ))
v4.16.2
2024-09-05 03:57:26 +00:00
Rogger Valverde
3a098406a8
perf(metrics): save zeros as much as max data points ( #2767 )
2024-09-04 21:54:34 -06:00
Mayada
090c5295bc
docs: update phrasing to clarify promise usage over done callback ( #2766 )
2024-08-29 08:40:40 -05:00
semantic-release-bot
8564453298
chore(release): 4.16.1 [skip ci]
...
## [4.16.1](https://github.com/OptimalBits/bull/compare/v4.16.0...v4.16.1 ) (2024-08-28)
### Bug Fixes
* **metrics:** use batches include when collecting metrics ([#2765 ](https://github.com/OptimalBits/bull/issues/2765 )) fixes [#2764 ](https://github.com/OptimalBits/bull/issues/2764 ) [#2763 ](https://github.com/OptimalBits/bull/issues/2763 ) ([8276f72 ](https://github.com/OptimalBits/bull/commit/8276f72b30a7abc2f3fb5509f980d931027d0f0c ))
v4.16.1
2024-08-28 04:18:01 +00:00
Rogger Valverde
8276f72b30
fix(metrics): use batches include when collecting metrics ( #2765 ) fixes #2764 #2763
2024-08-27 23:15:10 -05:00
semantic-release-bot
b5761c96bd
chore(release): 4.16.0 [skip ci]
...
# [4.16.0](https://github.com/OptimalBits/bull/compare/v4.15.1...v4.16.0 ) (2024-07-30)
### Features
* **job:** support debouncing ([#2760 ](https://github.com/OptimalBits/bull/issues/2760 )) ([603befe ](https://github.com/OptimalBits/bull/commit/603befe439fb4e318137b88550ab4d0c6c2bbcb3 ))
v4.16.0
2024-07-30 13:52:39 +00:00
Rogger Valverde
603befe439
feat(job): support debouncing ( #2760 )
2024-07-30 08:49:44 -05:00
semantic-release-bot
f6d29fcc7f
chore(release): 4.15.1 [skip ci]
...
## [4.15.1](https://github.com/OptimalBits/bull/compare/v4.15.0...v4.15.1 ) (2024-07-04)
### Bug Fixes
* **job:** check jobKey when saving stacktrace ([#2755 ](https://github.com/OptimalBits/bull/issues/2755 )) ([96675f5 ](https://github.com/OptimalBits/bull/commit/96675f51d1a9e5a30df0a0fe24a40a2d14078203 ))
v4.15.1
2024-07-04 05:02:55 +00:00
Rogger Valverde
96675f51d1
fix(job): check jobKey when saving stacktrace ( #2755 )
2024-07-04 00:00:01 -05:00
semantic-release-bot
18004a0ecb
chore(release): 4.15.0 [skip ci]
...
# [4.15.0](https://github.com/OptimalBits/bull/compare/v4.14.0...v4.15.0 ) (2024-06-30)
### Features
* **queue:** emit internal duplicated event ([#2754 ](https://github.com/OptimalBits/bull/issues/2754 )) ([021ab7f ](https://github.com/OptimalBits/bull/commit/021ab7fd8d6c89b01767572b0e53422f34f7bc04 ))
v4.15.0
2024-06-30 17:48:28 +00:00
Rogger Valverde
021ab7fd8d
feat(queue): emit internal duplicated event ( #2754 )
2024-06-30 12:45:34 -05:00
semantic-release-bot
4cea99e4fd
chore(release): 4.14.0 [skip ci]
...
# [4.14.0](https://github.com/OptimalBits/bull/compare/v4.13.1...v4.14.0 ) (2024-06-25)
### Features
* **queue:** add global:duplicated event when a duplicated is added ([#2749 ](https://github.com/OptimalBits/bull/issues/2749 )) ([d632ac1 ](https://github.com/OptimalBits/bull/commit/d632ac1010d7d7faaa8f731eafdea67d6129e111 ))
v4.14.0
2024-06-25 05:09:00 +00:00
Rogger Valverde
d632ac1010
feat(queue): add global:duplicated event when a duplicated is added ( #2749 )
2024-06-25 00:06:07 -05:00
semantic-release-bot
75703e510f
chore(release): 4.13.1 [skip ci]
...
## [4.13.1](https://github.com/OptimalBits/bull/compare/v4.13.0...v4.13.1 ) (2024-06-21)
### Bug Fixes
* **priority:** consider paused state when calling getCountsPerPriority ([#2748 ](https://github.com/OptimalBits/bull/issues/2748 )) ([6c2719a ](https://github.com/OptimalBits/bull/commit/6c2719a9292bf0a11136d575d333600be0b9a422 ))
v4.13.1
2024-06-21 01:41:22 +00:00
Rogger Valverde
6c2719a929
fix(priority): consider paused state when calling getCountsPerPriority ( #2748 )
2024-06-20 20:38:29 -05:00
semantic-release-bot
79113ac6f3
chore(release): 4.13.0 [skip ci]
...
# [4.13.0](https://github.com/OptimalBits/bull/compare/v4.12.9...v4.13.0 ) (2024-06-12)
### Features
* **queue:** add getCountsPerPriority method ([#2746 ](https://github.com/OptimalBits/bull/issues/2746 )) ([0376dcc ](https://github.com/OptimalBits/bull/commit/0376dcc128d9af13ecbd658d8ea7ff19fce56915 ))
v4.13.0
2024-06-12 01:27:42 +00:00
Rogger Valverde
0376dcc128
feat(queue): add getCountsPerPriority method ( #2746 )
2024-06-11 19:24:48 -06:00
semantic-release-bot
66ffd9d660
chore(release): 4.12.9 [skip ci]
...
## [4.12.9](https://github.com/OptimalBits/bull/compare/v4.12.8...v4.12.9 ) (2024-05-24)
### Bug Fixes
* **retry-job:** throw error when job is not in active state ([#2741 ](https://github.com/OptimalBits/bull/issues/2741 )) ([c29e3b0 ](https://github.com/OptimalBits/bull/commit/c29e3b061a168c3d40a336a733c382bab14caa57 ))
v4.12.9
2024-05-24 05:38:23 +00:00
Rogger Valverde
c29e3b061a
fix(retry-job): throw error when job is not in active state ( #2741 )
2024-05-24 00:35:32 -05:00
semantic-release-bot
b3fb4a20ea
chore(release): 4.12.8 [skip ci]
...
## [4.12.8](https://github.com/OptimalBits/bull/compare/v4.12.7...v4.12.8 ) (2024-05-22)
### Bug Fixes
* **move-to-finished:** throw error when job is not in active state ([#2739 ](https://github.com/OptimalBits/bull/issues/2739 )) ([7b12be1 ](https://github.com/OptimalBits/bull/commit/7b12be13ea39e309d6a6a39a2e56f646f06fdfa8 ))
v4.12.8
2024-05-22 06:33:56 +00:00
Rogger Valverde
7b12be13ea
fix(move-to-finished): throw error when job is not in active state ( #2739 )
2024-05-22 00:31:00 -06:00
semantic-release-bot
08f2bfd8e2
chore(release): 4.12.7 [skip ci]
...
## [4.12.7](https://github.com/OptimalBits/bull/compare/v4.12.6...v4.12.7 ) (2024-05-21)
### Bug Fixes
* **scripts:** throw error when moving non-active job to delayed ([#2740 ](https://github.com/OptimalBits/bull/issues/2740 )) ([63636b1 ](https://github.com/OptimalBits/bull/commit/63636b181d0a166b1702059e5abb53ce1589d90f ))
v4.12.7
2024-05-21 05:01:30 +00:00
Rogger Valverde
63636b181d
fix(scripts): throw error when moving non-active job to delayed ( #2740 )
2024-05-20 23:58:34 -05:00
semantic-release-bot
728f524399
chore(release): 4.12.6 [skip ci]
...
## [4.12.6](https://github.com/OptimalBits/bull/compare/v4.12.5...v4.12.6 ) (2024-05-18)
### Bug Fixes
* **stalled:** take in count removeOnFail option ([#2734 ](https://github.com/OptimalBits/bull/issues/2734 )) ([2112269 ](https://github.com/OptimalBits/bull/commit/21122697461b551055192ff3b9c02c6f37cb331e ))
v4.12.6
2024-05-18 05:50:15 +00:00
Rogger Valverde
2112269746
fix(stalled): take in count removeOnFail option ( #2734 )
2024-05-18 00:47:22 -05:00
Robin De Schepper
70c2a37a3d
docs: fix markdown syntax error ( #2727 )
2024-05-18 00:43:27 -05:00
semantic-release-bot
12ebcc689c
chore(release): 4.12.5 [skip ci]
...
## [4.12.5](https://github.com/OptimalBits/bull/compare/v4.12.4...v4.12.5 ) (2024-05-17)
### Bug Fixes
* **job:** validate job existence when adding log ([#2738 ](https://github.com/OptimalBits/bull/issues/2738 )) ([1fb1562 ](https://github.com/OptimalBits/bull/commit/1fb15628dc5912e83220d430aa14e19e90d1cc53 ))
v4.12.5
2024-05-17 05:19:59 +00:00
Rogger Valverde
1fb15628dc
fix(job): validate job existence when adding log ( #2738 )
2024-05-17 00:17:05 -05:00
semantic-release-bot
e9cd7bdfdc
chore(release): 4.12.4 [skip ci]
...
## [4.12.4](https://github.com/OptimalBits/bull/compare/v4.12.3...v4.12.4 ) (2024-05-15)
### Bug Fixes
* **retry-job:** consider priority ([#2737 ](https://github.com/OptimalBits/bull/issues/2737 )) fixes [#1755 ](https://github.com/OptimalBits/bull/issues/1755 ) ([09ce146 ](https://github.com/OptimalBits/bull/commit/09ce146563871519cda638bafa82ce6af34bdd25 ))
v4.12.4
2024-05-15 05:14:55 +00:00
Rogger Valverde
09ce146563
fix(retry-job): consider priority ( #2737 ) fixes #1755
2024-05-15 00:12:02 -05:00
Rogger Valverde
8c3bf1f8a4
refactor: add commandTransform utility ( #2736 )
2024-05-13 18:48:27 -06:00
semantic-release-bot
afcf11c003
chore(release): 4.12.3 [skip ci]
...
## [4.12.3](https://github.com/OptimalBits/bull/compare/v4.12.2...v4.12.3 ) (2024-05-10)
### Bug Fixes
* **job:** validate jobKey in updateProgress and update ([#2730 ](https://github.com/OptimalBits/bull/issues/2730 )) ([6d84156 ](https://github.com/OptimalBits/bull/commit/6d8415696606d3b7ec891f7fca9ab0508923c321 ))
### Performance Improvements
* **scripts:** remove token after moving to wait or delayed ([#2731 ](https://github.com/OptimalBits/bull/issues/2731 )) ([7ee8f74 ](https://github.com/OptimalBits/bull/commit/7ee8f7430a68492c9ce768e7108443592f49d74c ))
v4.12.3
2024-05-10 13:53:56 +00:00
Rogger Valverde
7ee8f7430a
perf(scripts): remove token after moving to wait or delayed ( #2731 )
2024-05-10 07:51:07 -06:00