Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 17, 2023

This PR contains the following updates:

Package Change Age Confidence Type Update
@types/express (source) 4.17.15 -> 5.0.3 age confidence devDependencies major
@types/supertest (source) 2.0.12 -> 6.0.3 age confidence devDependencies major
@​types/uuid 9.0.0 -> 11.0.0 age confidence devDependencies major
bullmq (source) ^3.0.0 -> ^5.0.0 age confidence dependencies major
dotenv ^16.0.1 -> ^17.0.0 age confidence dependencies major
express (source) ^4.18.1 -> ^5.0.0 age confidence dependencies major
knex (source) ^2.0.0 -> ^3.0.0 age confidence dependencies major
node 19.4.0 -> 22.21.0 age confidence final major
supertest ^6.2.3 -> ^7.0.0 age confidence dependencies major
tsup (source) 6.5.0 -> 8.5.0 age confidence devDependencies major
typescript (source) 4.9.4 -> 5.9.3 age confidence devDependencies major
uuid ^9.0.0 -> ^13.0.0 age confidence dependencies major

Release Notes

taskforcesh/bullmq (bullmq)

v5.61.2

Compare Source

v5.61.0

Compare Source

Features
Bug Fixes
  • worker: do not retry processor when connection errors happen (#​3482) (f1573b3)

v5.60.0

Compare Source

Features

v5.59.0

Compare Source

Features
Performance Improvements
  • worker: only consider infinity retry on connection errors (#​3473) (9d5a678)

v5.58.9

Compare Source

Performance Improvements

v5.58.8

Compare Source

Bug Fixes

v5.58.7

Compare Source

Bug Fixes

v5.58.6

Compare Source

Bug Fixes

v5.58.5

Compare Source

Bug Fixes

v5.58.4

Compare Source

Bug Fixes

v5.58.3

Compare Source

Bug Fixes
  • job-scheduler: consider undefined type in getJobScheduler return type (#​3412) (ffc6e26)

v5.58.2

Compare Source

Bug Fixes

v5.58.1

Compare Source

Bug Fixes
  • job: prevent unnecessary tryCatch calls in getTraces (#​3400) (d71b872)

v5.58.0

Compare Source

Features
  • worker: adds jobName and attemptsMade span attributes when processJob is called (#​3199) (db0a922)

v5.57.0

Compare Source

Features

v5.56.10

Compare Source

Bug Fixes

v5.56.9

Compare Source

Bug Fixes
  • worker: emit failed event when children are failed in moveToWaitingChildren (#​3346) (93df852)

v5.56.8

Compare Source

Bug Fixes

v5.56.7

Compare Source

Bug Fixes

v5.56.6

Compare Source

Bug Fixes

v5.56.5

Compare Source

Bug Fixes
  • rate-limit: throw right error message if job does not exist (#​3354) (83d9695)

v5.56.4

Compare Source

Bug Fixes

v5.56.3

Compare Source

Bug Fixes

v5.56.2

Compare Source

Performance Improvements
  • woker: keep lower blockTimeout when consuming delayed markers (#​3333) (e687d7c)

v5.56.1

Compare Source

Performance Improvements

v5.56.0

Compare Source

Features

v5.55.0

Compare Source

Features

v5.54.3

Compare Source

Bug Fixes

v5.54.2

Compare Source

Bug Fixes

v5.54.1

Compare Source

Performance Improvements

v5.54.0

Compare Source

Features

v5.53.3

Compare Source

Bug Fixes

v5.53.2

Compare Source

Performance Improvements

v5.53.1

Compare Source

Bug Fixes

v5.53.0

Compare Source

Features
  • sandbox: add getIgnoredChildrenFailures method in job's wrapper (#​3263) (5d2723d)

v5.52.3

Compare Source

Bug Fixes
  • flow: add new error code when parent has failed children (#​3268) (b8fba5e)
Features

v5.52.2

Compare Source

Bug Fixes

v5.52.1

Compare Source

Bug Fixes

v5.52.0

Compare Source

Bug Fixes
  • connection: add str type in connection option [python] (#​3212) (72fac42)
Features
  • flow: support failed children in getFlow and getDependencies methods (#​3243) (d3b1cff)

v5.51.1

Compare Source

Bug Fixes

v5.51.0

Compare Source

Bug Fixes
  • job-scheduler: remove next delayed job if present even if scheduler does not exist (#​3203) ref #​3197 (61395bf)
Features

v5.50.0

Compare Source

Bug Fixes
  • deduplication: remove deduplication key only when jobId matches with the last one being saved (#​3236) (192e82c)
Features

v5.49.2

Compare Source

Performance Improvements

v5.49.1

Compare Source

Bug Fixes
  • flow-producer: use FlowProducer prefix by defualt when calling getFlow (#​3224) (bd17aad)

v5.49.0

Compare Source

Features

v5.48.1

Compare Source

Bug Fixes

v5.48.0

Compare Source

Features

v5.47.3

Compare Source

Bug Fixes

v5.47.2

Compare Source

Bug Fixes
  • flow: remove job from dependencies when failParentOnFailure or continueParentOnFailure (#​3201) (1fbcbec)

v5.47.1

Compare Source

Bug Fixes
  • flow-producer: fix queueName otel attribute when passing it to addNode (#​3198) (758ea26)

v5.47.0

Compare Source

Features

v5.46.1

Compare Source

Bug Fixes

v5.46.0

Compare Source

Features
  • updateProgress: allow more types to be used as progress (#​3187) (f16b748)

v5.45.2

Compare Source

Bug Fixes
  • flow: validate pending dependencies before removing lock (#​3182) (8d59e3b)

v5.45.1

Compare Source

Bug Fixes
  • job-scheduler: emit duplicated event when next delayed job exists (#​3172) (d57698f)

v5.45.0

Compare Source

Features
  • add deduplicated job id to the deduplicated event (0f21c10)

v5.44.4

Compare Source

Bug Fixes

v5.44.3

Compare Source

Bug Fixes
  • flow: only validate pending dependencies when moving to completed (#​3164) (d3c397f)

v5.44.2

Compare Source

Performance Improvements
  • flow: validate parentKey existence before trying to move it to failed (#​3163) (5a88e47)

v5.44.1

Compare Source

Bug Fixes
  • flow: consider prioritized state when moving a parent to failed (#​3160) (d91d9f4)

v5.44.0

Compare Source

Features
  • prometheus export: expose global variables (0325a39)

v5.43.1

Compare Source

Bug Fixes
  • job-scheduler: add marker when upserting job scheduler if needed (#​3145) (0e137b2)

v5.43.0

Compare Source

Features

v5.42.0

Compare Source

Bug Fixes
  • flow: consider to fail a parent not in waiting-children when failParentOnFailure is provided (#​3098) (589adb4)
  • job-scheduler: restore iterationCount attribute (#​3134) (eec7114)
Features
Performance Improvements
  • worker: optimize job retrieval for failed jobs in chunks (#​3127) (e0f02ce)

v5.41.9

Compare Source

Bug Fixes
  • scheduler: remove multi when updating a job scheduler (#​3108) (4b619ca)

v5.41.8

Compare Source

Bug Fixes

v5.41.7

Compare Source

Bug Fixes

v5.41.6

Compare Source

Bug Fixes
  • flow: consider delayed state when moving a parent to failed (#​3112) (6a28b86)
  • telemetry: fix span name for moveToFailed logic (#​3113) (7a4b500)

v5.41.5

Compare Source

Bug Fixes
  • job-scheduler: consider removing current job from wait, paused or prioritized (#​3066) (97cd2b1)

v5.41.4

Compare Source

Performance Improvements
  • delayed: add marker once when promoting delayed jobs (#​3096) (python) (38912fb)

v5.41.3

Compare Source

Bug Fixes
  • worker: do not execute run method when no processor is defined when resuming (#​3089) (4a66933)

v5.41.2

Compare Source

Bug Fixes

v5.41.1

Compare Source

Bug Fixes

v5.41.0

Compare Source

Features
Performance Improvements
  • add-job: add job into wait or prioritized state when delay is provided as 0 (#​3052) (3e990eb)

v5.40.5

Compare Source

Bug Fixes

v5.40.4

Compare Source

Bug Fixes

v5.40.3

Compare Source

Bug Fixes

v5.40.2

Compare Source

Bug Fixes
  • fix return type of getNextJob (b970281)

v5.40.1

Compare Source

Bug Fixes
  • worker: wait fetched jobs to be processed when closing (#​3059) (d4de2f5)

v5.40.0

Compare Source

Features
  • job-scheduler: revert add delayed job and update in the same script (9f0f1ba)

v5.39.2

Compare Source

Bug Fixes
  • worker: evaluate if a job needs to be fetched when moving to failed (#​3043) (406e21c)

v5.39.1

Compare Source

Bug Fixes

v5.39.0

Compare Source

Features

v5.38.0

Compare Source

Bug Fixes
  • flow-producer: add support for skipWaitingForReady (6d829fc)
Features
  • queue: add option to skip wait until connection ready (e728299)

v5.37.0

Compare Source

Features
  • queue-getters: add prometheus exporter (078ae9d)

v5.36.0

Compare Source

Features

v5.35.1

Compare Source

Bug Fixes
  • worker: avoid possible hazard in closing worker (0f07467)

v5.35.0

Compare Source

Features
  • sandbox: add support for getChildrenValues (dcc3b06)

v5.34.10

Compare Source

Bug Fixes

v5.34.9

Compare Source

Bug Fixes
  • job-scheduler: add next delayed job only when prevMillis matches with producerId (#​3001) (4ea35dd)

v5.34.8

Compare Source

Performance Improvements
  • job-scheduler: add delayed job and update scheduler in same script (#​2997) (9be28a0)

v5.34.7

Compare Source

Performance Improvements
  • job-scheduler: add delayed job and scheduler in same script (#​2993) (95718e8)

v5.34.6

Compare Source

Bug Fixes
  • job-scheduler: avoid duplicates when upserting in a quick sequence (#​2991) (e8cdb99)

v5.34.5

Compare Source

Bug Fixes

v5.34.4

Compare Source

Bug Fixes
  • sandbox: fix issue where job could stay in active forever (#​2979) (c0a6bcd)

v5.34.3

Compare Source

Bug Fixes

v5.34.2

Compare Source

Bug Fixes
  • scripts: make sure jobs fields are not empty before unpack (4360572)

v5.34.1

Compare Source

Bug Fixes
  • guarantee every repeatable jobs are slotted (9917df1)
  • job-scheduler: avoid duplicated delayed jobs when repeatable jobs are retried (af75315)

v5.34.0

Compare Source

Features
  • telemetry: add option to omit context propagation on jobs (#​2946) (6514c33)

[v5.33.1](https://redirect.github.com/taskforcesh/bullm


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/major-all branch from 3dfddf8 to c8cdde5 Compare March 30, 2023 23:34
@renovate renovate bot force-pushed the renovate/major-all branch from c8cdde5 to 26c3394 Compare April 17, 2023 12:34
@renovate renovate bot force-pushed the renovate/major-all branch from 26c3394 to 515e277 Compare June 1, 2023 03:55
@renovate renovate bot changed the title chore(deps): update dependency typescript to v5 chore(deps): update all (major) Jun 1, 2023
@renovate renovate bot force-pushed the renovate/major-all branch from 515e277 to b2e3754 Compare June 1, 2023 20:01
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 24b2d87 to 078d883 Compare June 16, 2023 13:49
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 0490827 to cb417ba Compare June 21, 2023 23:29
@renovate renovate bot changed the title chore(deps): update all (major) fix(deps): update all (major) Jun 21, 2023
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 8092236 to a1fd7a2 Compare June 29, 2023 02:09
@renovate renovate bot force-pushed the renovate/major-all branch from a1fd7a2 to c593768 Compare July 10, 2023 21:40
@renovate renovate bot force-pushed the renovate/major-all branch from c593768 to a673252 Compare July 21, 2023 21:12
@renovate renovate bot force-pushed the renovate/major-all branch from a673252 to a26eaff Compare August 2, 2023 15:52
@renovate renovate bot force-pushed the renovate/major-all branch from a26eaff to be67ebc Compare August 10, 2023 23:06
@renovate renovate bot force-pushed the renovate/major-all branch from be67ebc to 83fd2ba Compare August 24, 2023 20:10
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 47b2b2d to d64dbf8 Compare September 11, 2023 19:49
@renovate renovate bot force-pushed the renovate/major-all branch from d64dbf8 to 673757b Compare September 20, 2023 04:14
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 9a35f83 to d999227 Compare October 6, 2023 09:56
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from 3c72461 to 4e9b587 Compare October 20, 2023 00:15
@renovate renovate bot force-pushed the renovate/major-all branch from 4e9b587 to 5df66b5 Compare October 25, 2023 22:26
@renovate renovate bot force-pushed the renovate/major-all branch 4 times, most recently from 30c5ac1 to 8df7e70 Compare November 20, 2023 20:43
@renovate renovate bot force-pushed the renovate/major-all branch from f21fb07 to e86055b Compare April 23, 2025 16:52
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 5becb97 to b16c0ee Compare May 21, 2025 20:10
@renovate renovate bot force-pushed the renovate/major-all branch from b16c0ee to a141269 Compare June 7, 2025 05:45
@renovate renovate bot force-pushed the renovate/major-all branch from a141269 to 681fc71 Compare June 25, 2025 16:35
@renovate renovate bot force-pushed the renovate/major-all branch from 681fc71 to 6563a51 Compare July 5, 2025 15:51
@renovate renovate bot force-pushed the renovate/major-all branch from 6563a51 to 9b3a4a2 Compare July 16, 2025 23:51
@renovate renovate bot force-pushed the renovate/major-all branch 2 times, most recently from fc41e36 to 184c109 Compare August 4, 2025 23:04
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from ed1a177 to 3009e52 Compare August 15, 2025 04:37
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 4e62137 to d8815a5 Compare August 26, 2025 02:27
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 05c17c0 to f684207 Compare September 5, 2025 20:58
@renovate renovate bot force-pushed the renovate/major-all branch from f684207 to 201f2ec Compare September 8, 2025 20:45
@renovate renovate bot force-pushed the renovate/major-all branch from 201f2ec to 92b256b Compare September 17, 2025 02:42
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from c9de086 to b5d2299 Compare September 29, 2025 15:04
@renovate renovate bot force-pushed the renovate/major-all branch 3 times, most recently from 4809eb8 to 0099475 Compare October 6, 2025 18:36
@renovate renovate bot force-pushed the renovate/major-all branch from 0099475 to d6bd995 Compare October 22, 2025 00:03
@renovate renovate bot force-pushed the renovate/major-all branch from d6bd995 to bf9fe45 Compare October 23, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants