Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] develop from OptimalBits:develop #64

Open
wants to merge 176 commits into
base: develop
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Dec 2, 2021

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Dec 2, 2021
manast and others added 28 commits December 3, 2021 13:25
## [4.1.2](v4.1.1...v4.1.2) (2021-12-14)

### Performance Improvements

* speed up performance of queue.clean when called with a limit ([#2205](#2205)) ([c20e469](c20e469))
## [4.1.3](v4.1.2...v4.1.3) (2021-12-14)

### Bug Fixes

* typo on url ([#2195](#2195)) ([7e7d9cb](7e7d9cb))
## [4.1.4](v4.1.3...v4.1.4) (2021-12-14)

### Bug Fixes

* **queue:** check redisOptions is available fixes [#2186](#2186) ([071c51d](071c51d))
# [4.2.0](v4.1.4...v4.2.0) (2021-12-21)

### Features

* **queue:** enabled queues to share childPool instance ([#2237](#2237)) ([16fdbe9](16fdbe9))
## [4.2.1](v4.2.0...v4.2.1) (2022-01-17)

### Bug Fixes

* **sandbox:** exit if uncaughtException ([43dc2e6](43dc2e6))
Clarify connection between backoff and attempts.
# [4.3.0](v4.2.1...v4.3.0) (2022-01-26)

### Features

* upgrade cron version enabling new cron expressions ([79337a3](79337a3))
# [4.4.0](v4.3.0...v4.4.0) (2022-01-26)

### Features

* add support for removeOn based on time ([90f040c](90f040c))
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](node-fetch/node-fetch@v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](stevemao/trim-off-newlines@v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
# [4.5.0](v4.4.0...v4.5.0) (2022-02-01)

### Features

* **queue:** add retryJobs for failed status ([501b2cc](501b2cc))
## [4.5.1](v4.5.0...v4.5.1) (2022-02-06)

### Bug Fixes

* **sandbox:** broken processor files should fail jobs ([dd0b853](dd0b853))
## [4.5.2](v4.5.1...v4.5.2) (2022-02-14)

### Bug Fixes

* **scripts:** make it easier for tools like vercel to find the .lua scripts ([8ab5b1d](8ab5b1d))
roggervalf and others added 30 commits May 22, 2024 00:31
## [4.12.8](v4.12.7...v4.12.8) (2024-05-22)

### Bug Fixes

* **move-to-finished:** throw error when job is not in active state ([#2739](#2739)) ([7b12be1](7b12be1))
## [4.12.9](v4.12.8...v4.12.9) (2024-05-24)

### Bug Fixes

* **retry-job:** throw error when job is not in active state ([#2741](#2741)) ([c29e3b0](c29e3b0))
# [4.13.0](v4.12.9...v4.13.0) (2024-06-12)

### Features

* **queue:** add getCountsPerPriority method ([#2746](#2746)) ([0376dcc](0376dcc))
## [4.13.1](v4.13.0...v4.13.1) (2024-06-21)

### Bug Fixes

* **priority:** consider paused state when calling getCountsPerPriority ([#2748](#2748)) ([6c2719a](6c2719a))
# [4.14.0](v4.13.1...v4.14.0) (2024-06-25)

### Features

* **queue:** add global:duplicated event when a duplicated is added ([#2749](#2749)) ([d632ac1](d632ac1))
# [4.15.0](v4.14.0...v4.15.0) (2024-06-30)

### Features

* **queue:** emit internal duplicated event ([#2754](#2754)) ([021ab7f](021ab7f))
## [4.15.1](v4.15.0...v4.15.1) (2024-07-04)

### Bug Fixes

* **job:** check jobKey when saving stacktrace ([#2755](#2755)) ([96675f5](96675f5))
# [4.16.0](v4.15.1...v4.16.0) (2024-07-30)

### Features

* **job:** support debouncing ([#2760](#2760)) ([603befe](603befe))
## [4.16.1](v4.16.0...v4.16.1) (2024-08-28)

### Bug Fixes

* **metrics:** use batches include when collecting metrics ([#2765](#2765)) fixes [#2764](#2764) [#2763](#2763) ([8276f72](8276f72))
## [4.16.2](v4.16.1...v4.16.2) (2024-09-05)

### Performance Improvements

* **metrics:** save zeros as much as max data points ([#2767](#2767)) ([3a09840](3a09840))
## [4.16.3](v4.16.2...v4.16.3) (2024-09-10)

### Bug Fixes

* **metrics:** differentiate points in different minutes to be more accurate ([#2770](#2770)) ([fbf2fa3](fbf2fa3))
## [4.16.4](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](#2783)) fixes [#2782](#2782) ([bc0ae0a](bc0ae0a))
## [4.16.5](v4.16.4...v4.16.5) (2024-12-18)

### Bug Fixes

* upgrade cron-parser dependency for Luxon CVE-2023-22467 ([e45698e](e45698e))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.