Skip to content

build(deps): bump rq from 2.10.0 to 2.12.0 - #6800

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/rq-2.12.0
Open

build(deps): bump rq from 2.10.0 to 2.12.0#6800
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/uv/rq-2.12.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps rq from 2.10.0 to 2.12.0.

Release notes

Sourced from rq's releases.

v2.12

  • Added CronJobRegistry so cron job histories can be monitored without an active CronScheduler. Thanks @​selwin!
  • CronScheduler.heartbeat() now re-creates its Redis hash if they expire. Thanks @​selwin!

v2.11

  • CronJob now keeps a history of jobs it created, accessible via cron_job.get_job_ids(). Thanks @​selwin!
  • RQScheduler now acquire and refresh locks before enqueueing. Thanks @​selwin!
  • Each CronJob now has a name. Thanks @​selwin!
  • rq worker-pool now supports custom exception handlers. Thanks @​njits030!
  • rq worker-pool now honors the DICT_CONFIG logging setting from config files. Thanks @​razchiriac!
  • Execution now stores the name of the worker running it. Thanks @​selwin!
  • Fixed an issue where calling create_cron() multiple times creates duplicate jobs. Thanks @​selwin!
  • Fixed SpawnWorker compatibility with redis-py >= 8.1. Thanks @​b3n4kh!
  • Worker log messages now include the worker name and job ID. Thanks @​selwin!
Changelog

Sourced from rq's changelog.

RQ 2.12.0 (2026-08-30)

  • Added CronJobRegistry so cron job histories can be monitored without an active CronScheduler. Thanks @​selwin!
  • CronScheduler.heartbeat() now re-creates its Redis hash if they expire. Thanks @​selwin!

RQ 2.11.0 (2026-08-17)

  • CronJob now keeps a history of jobs it created, accessible via cron_job.get_job_ids(). Thanks @​selwin!
  • RQScheduler now acquire and refresh locks before enqueueing. Thanks @​selwin!
  • Each CronJob now has a name. Thanks @​selwin!
  • rq worker-pool now supports custom exception handlers. Thanks @​njits030!
  • rq worker-pool now honors the DICT_CONFIG logging setting from config files. Thanks @​razchiriac!
  • Execution now stores the name of the worker running it. Thanks @​selwin!
  • Fixed an issue where calling create_cron() multiple times creates duplicate jobs. Thanks @​selwin!
  • Fixed SpawnWorker compatibility with redis-py >= 8.1. Thanks @​b3n4kh!
  • Worker log messages now include the worker name and job ID. Thanks @​selwin!
Commits
  • aa76e68 Bump version to 2.12
  • 8b63a91 Make CronScheduler.heartbeat() self heals, if it still runs after brief conne...
  • 0e514cb Fix test not calling tearDown() (#2468)
  • b2ecf1d Added a CronJobRegistry so we can monitor cron job histories without active s...
  • 74c4d82 Bump version to 2.11
  • cf597d9 Make scheduler lock more robust (#2458)
  • 6b15c73 Stop asserting TypeError wording in failure-callback tests. (#2459)
  • 3b04b75 Add worker name and job ID for logging (#2455)
  • 544b9a8 Fix SpawnWorker with redis-py 8.1 (#2457)
  • 97d3992 Bump github/codeql-action from 4.37.3 to 4.37.6 (#2453)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rq](https://github.com/rq/rq) from 2.10.0 to 2.12.0.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v2.10...v2.12)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Sep 7, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner September 7, 2026 04:08
@dependabot dependabot Bot added the python:uv Pull requests that update python:uv code label Sep 7, 2026
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 python:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants