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

Upgrade: Update dependency bull to v4.12.9 #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bull 4.2.1 -> 4.12.9 age adoption passing confidence

Release Notes

OptimalBits/bull (bull)

v4.12.9

Compare Source

Bug Fixes
  • retry-job: throw error when job is not in active state (#​2741) (c29e3b0)

v4.12.8

Compare Source

Bug Fixes
  • move-to-finished: throw error when job is not in active state (#​2739) (7b12be1)

v4.12.7

Compare Source

Bug Fixes
  • scripts: throw error when moving non-active job to delayed (#​2740) (63636b1)

v4.12.6

Compare Source

Bug Fixes

v4.12.5

Compare Source

Bug Fixes

v4.12.4

Compare Source

Bug Fixes

v4.12.3

Compare Source

Bug Fixes
Performance Improvements
  • scripts: remove token after moving to wait or delayed (#​2731) (7ee8f74)

v4.12.2

Compare Source

Bug Fixes
  • dependencies: upgrade msgpackr (cc83ae2)

v4.12.1

Compare Source

Bug Fixes

v4.12.0

Compare Source

Features
  • add missing extendLock definition (14432ff)

4.11.5 (2023-11-11)

Bug Fixes
  • pass redis string as opts into queue (e94f568)

4.11.4 (2023-10-14)

Bug Fixes
  • catch pause errors when closing (ccb6cc7)

4.11.3 (2023-08-11)

Bug Fixes
  • types: make repeat option key optional (934ec98)

4.11.2 (2023-08-08)

Bug Fixes
  • worker: better client name support (5910f44)

4.11.1 (2023-08-08)

Bug Fixes

v4.11.5

Compare Source

Bug Fixes
  • pass redis string as opts into queue (e94f568)

v4.11.4

Compare Source

Bug Fixes
  • catch pause errors when closing (ccb6cc7)

v4.11.3

Compare Source

Bug Fixes
  • types: make repeat option key optional (934ec98)

v4.11.2

Compare Source

Bug Fixes
  • worker: better client name support (5910f44)

v4.11.1

Compare Source

Bug Fixes

v4.11.0

Compare Source

Bug Fixes
  • add mising getMetrics type (#​2640) (a217a7d)
  • remove deprecated debuglog (4ce36fe)
  • types: add missing keys to repeat opts (e4e6457)
  • types: rename strategyOptions to options to reflect js file (bae6427)
  • typings: return type of getJobCountByTypes (#​2622) (47722ed)
  • worker: high-memory-usage-when-providing-float-to-concurrency (#​2620) (dcca1e8)
  • change option name to match ts declaration (909a07e)
  • ts declaration metrics option and getMetrics function (11331b7)
Features
  • upgrade ioredis to 5.3.2 (e1883f0)

4.10.4 (2023-02-09)

Bug Fixes
  • retry: handle pause queue status (9f945d6)

4.10.3 (2023-02-03)

Bug Fixes

4.10.2 (2022-11-24)

Bug Fixes
  • queue: throw error when needed instead of hiding it in a closure (8a742c1)

4.10.1 (2022-10-13)

Bug Fixes
  • support for instantiation using redisUrl (6288f7d)

v4.10.4

Compare Source

Bug Fixes
  • retry: handle pause queue status (9f945d6)

v4.10.3

Compare Source

Bug Fixes

v4.10.2

Compare Source

Bug Fixes
  • queue: throw error when needed instead of hiding it in a closure (8a742c1)

v4.10.1

Compare Source

Bug Fixes
  • support for instantiation using redisUrl (6288f7d)

v4.10.0

Compare Source

Features
  • types: add typescript types to package (e793f8d)

v4.9.0

Compare Source

Features

4.8.5 (2022-07-27)

Performance Improvements

4.8.4 (2022-06-16)

Bug Fixes
  • worker: better disconnect when blocking connection (b9ea7f4)

4.8.3 (2022-05-12)

Bug Fixes
  • stalled-jobs: move stalled jobs to wait in batches (2f1fb6c)

4.8.2 (2022-04-21)

Bug Fixes

4.8.1 (2022-03-21)

Performance Improvements

v4.8.5

Compare Source

Performance Improvements

v4.8.4

Compare Source

Bug Fixes
  • worker: better disconnect when blocking connection (b9ea7f4)

v4.8.3

Compare Source

Bug Fixes
  • stalled-jobs: move stalled jobs to wait in batches (2f1fb6c)

v4.8.2

Compare Source

Bug Fixes

v4.8.1

Compare Source

Performance Improvements

v4.8.0

Compare Source

Features
  • have Queue#clean consult job.{finishedOn,processedOn,timestamp} (#​2309) (b7058e6)

v4.7.0

Compare Source

Features
  • metrics: add support for collecting queue metrics (886d764)

4.6.2 (2022-02-23)

Bug Fixes
  • better handling of maxRetriesPerRequest (d3b9138)

4.6.1 (2022-02-21)

Bug Fixes
  • sandbox: better error reporting broken processor file (10db479)

v4.6.2

Compare Source

Bug Fixes
  • better handling of maxRetriesPerRequest (d3b9138)

v4.6.1

Compare Source

Bug Fixes
  • sandbox: better error reporting broken processor file (10db479)

v4.6.0

Compare Source

Features
  • handle redis uri queries (54e5463)

4.5.6 (2022-02-20)

Bug Fixes
  • sandbox: wait for result of sending start command (232ed85)

4.5.5 (2022-02-16)

Bug Fixes
  • worker: better closing when disconnected (41b9404)

4.5.4 (2022-02-14)

Bug Fixes
  • queue: return correct workers with getWorkers() (193644c)

4.5.3 (2022-02-14)

Bug Fixes
  • commands: do not wait for redis to load commands (ad7b647)

4.5.2 (2022-02-14)

Bug Fixes
  • scripts: make it easier for tools like vercel to find the .lua scripts (8ab5b1d)

4.5.1 (2022-02-06)

Bug Fixes
  • sandbox: broken processor files should fail jobs (dd0b853)

v4.5.6

Compare Source

Bug Fixes
  • sandbox: wait for result of sending start command (232ed85)

v4.5.5

Compare Source

Bug Fixes
  • worker: better closing when disconnected (41b9404)

v4.5.4

Compare Source

Bug Fixes
  • queue: return correct workers with getWorkers() (193644c)

v4.5.3

Compare Source

Bug Fixes
  • commands: do not wait for redis to load commands (ad7b647)

v4.5.2

Compare Source

Bug Fixes
  • scripts: make it easier for tools like vercel to find the .lua scripts (8ab5b1d)

v4.5.1

Compare Source

Bug Fixes
  • sandbox: broken processor files should fail jobs (dd0b853)

v4.5.0

Compare Source

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

v4.4.0

Compare Source

Features
  • add support for removeOn based on time (90f040c)

v4.3.0

Compare Source

Features
  • upgrade cron version enabling new cron expressions (79337a3)

4.2.1 (2022-01-17)

Bug Fixes
  • sandbox: exit if uncaughtException (43dc2e6)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies label Feb 9, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.5.1 Upgrade: Update dependency bull to v4.5.2 Feb 14, 2022
@renovate renovate bot force-pushed the renovate/bull-4.x branch 2 times, most recently from ddf9d3f to 9c52490 Compare February 14, 2022 13:43
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.5.2 Upgrade: Update dependency bull to v4.5.4 Feb 14, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.5.4 Upgrade: Update dependency bull to v4.5.5 Feb 16, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.5.5 Upgrade: Update dependency bull to v4.5.6 Feb 20, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.5.6 Upgrade: Update dependency bull to v4.6.1 Feb 21, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.6.1 Upgrade: Update dependency bull to v4.6.2 Feb 23, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.6.2 Upgrade: Update dependency bull to v4.7.0 Mar 2, 2022
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.7.0 Upgrade: Update dependency bull to v4.8.0 Mar 19, 2022
@sonarcloud
Copy link

sonarcloud bot commented Mar 21, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.8.0 Upgrade: Update dependency bull to v4.8.1 Mar 21, 2022
@sonarcloud
Copy link

sonarcloud bot commented May 15, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarcloud
Copy link

sonarcloud bot commented Jun 18, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.8.1 Upgrade: Update dependency bull to v4.8.4 Jun 24, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.11.3 Upgrade: Update dependency bull to v4.11.4 Oct 17, 2023
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.11.4 Upgrade: Update dependency bull to v4.11.5 Nov 14, 2023
Copy link

sonarcloud bot commented Nov 14, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.11.5 Upgrade: Update dependency bull to v4.12.0 Dec 21, 2023
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.0 Upgrade: Update dependency bull to v4.12.1 Jan 18, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.1 Upgrade: Update dependency bull to v4.12.2 Jan 20, 2024
Copy link

sonarcloud bot commented Jan 20, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.2 Upgrade: Update dependency bull to v4.12.3 May 13, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.3 Upgrade: Update dependency bull to v4.12.4 May 18, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.4 Upgrade: Update dependency bull to v4.12.5 May 20, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.5 Upgrade: Update dependency bull to v4.12.6 May 21, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.6 Upgrade: Update dependency bull to v4.12.7 May 24, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.7 Upgrade: Update dependency bull to v4.12.8 May 25, 2024
@renovate renovate bot changed the title Upgrade: Update dependency bull to v4.12.8 Upgrade: Update dependency bull to v4.12.9 May 27, 2024
Copy link

sonarcloud bot commented May 27, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

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.

None yet

1 participant