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

chore(deps): update dependency rq to v2.2.0 #4996

Merged
merged 1 commit into from
Mar 22, 2025
Merged

chore(deps): update dependency rq to v2.2.0 #4996

merged 1 commit into from
Mar 22, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rq (changelog) ==2.1.0 -> ==2.2.0 age adoption passing confidence

Release Notes

rq/rq (rq)

v2.2.0

Compare Source

  • Added SpawnWorker that uses multiprocessing.spawn to spawn worker processes. This makes RQ usable in operating systems without os.fork() like Windows. Thanks @​selwin!
  • RQ now always use timezone aware timestamps. Thanks @​deathtracktor!
  • StartedJobRegistry.cleanup() now properly creates job results. Thanks @​OlegZv!
  • Fixed a bug in worker logging configuration. Thanks @​rlaminseok0824!
  • Reworked RQ's pubsub thread to not use polling. Thanks @​ankush!
  • Fixed a bug where WorkerPool status is never set to STARTED. Thanks @​taleinat!
  • Worker.monitor_work_horse() now properly handles InvalidJobOperation. Thanks @​fancyweb!
  • queue.enqueue_many now always registers the queue in RQ's queue registry. Thanks @​eswolinsky3241!
  • Minor fixes and improvements. Thanks @​hongquan, @​OlegZv, @​victorb, @​rparini!

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.

🔕 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 22, 2025
Copy link
Contributor

github-actions bot commented Mar 22, 2025

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ API spectral 1 0 0 1.69s
⚠️ BASH bash-exec 6 1 0 0.01s
✅ BASH shellcheck 6 0 0 0.17s
✅ BASH shfmt 6 0 0 0 0.58s
✅ COPYPASTE jscpd yes no no 2.93s
✅ DOCKERFILE hadolint 129 0 0 28.59s
✅ JSON jsonlint 20 0 0 0.21s
✅ JSON v8r 22 0 0 13.96s
⚠️ MARKDOWN markdownlint 267 0 302 0 22.05s
✅ MARKDOWN markdown-table-formatter 267 0 0 0 167.34s
⚠️ PYTHON bandit 215 66 0 3.85s
✅ PYTHON black 215 0 0 0 5.22s
✅ PYTHON flake8 215 0 0 1.94s
✅ PYTHON isort 215 0 0 0 1.22s
✅ PYTHON mypy 215 0 0 10.66s
✅ PYTHON pylint 215 0 0 33.08s
✅ PYTHON ruff 215 0 0 0 0.81s
✅ REPOSITORY checkov yes no no 34.5s
✅ REPOSITORY git_diff yes no no 0.82s
⚠️ REPOSITORY grype yes 28 no 27.52s
✅ REPOSITORY secretlint yes no no 8.76s
✅ REPOSITORY syft yes no no 1.67s
✅ REPOSITORY trivy yes no no 14.98s
✅ REPOSITORY trivy-sbom yes no no 0.6s
⚠️ REPOSITORY trufflehog yes 1 no 55.69s
✅ SPELL cspell 718 0 0 12.48s
⚠️ SPELL lychee 349 29 0 24.89s
✅ XML xmllint 3 0 0 0 0.88s
✅ YAML prettier 160 0 0 0 3.77s
✅ YAML v8r 103 0 0 20.09s
✅ YAML yamllint 161 0 0 2.96s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@echoix echoix merged commit 6b80b2c into main Mar 22, 2025
130 checks passed
@echoix echoix deleted the renovate/rq-2.x branch March 22, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant