Skip to content

build(deps): bump rq from 2.7.0 to 2.8.0 in /client#720

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/client/rq-2.8.0
Open

build(deps): bump rq from 2.7.0 to 2.8.0 in /client#720
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/client/rq-2.8.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 1, 2026

Bumps rq from 2.7.0 to 2.8.0.

Release notes

Sourced from rq's releases.

v2.8

  • Added support for unique jobs. Passing unique=True with job_id prevents duplicate jobs from being enqueued or scheduled. Thanks @​selwin!
  • Result now stores execution metadata (execution_id, execution_started_at and execution_ended_at). Thanks @​selwin!
  • Retry now supports enqueue_at_front=True, allowing retried jobs to be requeued at the front of the queue. Thanks @​crazillagodzilla!
  • Custom job_id values may only contain letters, numbers, underscores and dashes. Thanks @​selwin!
  • When a job is stopped, its dependencies are no longer enqueued. Thanks @​selwin!
  • DeferredJobRegistry is now scored by job creation time. Thanks @​selwin!
  • Workers now print a warning instead of raising an exception when CLIENT LIST is not supported. Thanks @​selwin and @​djmaze!
Changelog

Sourced from rq's changelog.

RQ 2.8.0 (2026-04-16)

  • Added support for unique jobs. Passing unique=True with job_id prevents duplicate jobs from being enqueued or scheduled. Thanks @​selwin!
  • Result now stores execution metadata (execution_id, execution_started_at and execution_ended_at). Thanks @​selwin!
  • Retry now supports enqueue_at_front=True, allowing retried jobs to be requeued at the front of the queue. Thanks @​crazillagodzilla!
  • Custom job_id values may only contain letters, numbers, underscores and dashes. Thanks @​selwin!
  • When a job is stopped, its dependencies are no longer enqueued. Thanks @​selwin!
  • DeferredJobRegistry is now scored by job creation time. Thanks @​selwin!
  • Workers now print a warning instead of raising an exception when CLIENT LIST is not supported. Thanks @​selwin and @​djmaze!
Commits

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.7.0 to 2.8.0.
- [Release notes](https://github.com/rq/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/v2.8/CHANGES.md)
- [Commits](rq/rq@v2.7...v2.8)

---
updated-dependencies:
- dependency-name: rq
  dependency-version: 2.8.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 Pull requests that update python code labels May 1, 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 Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants