Skip to content

Bump django-rq from 1.2.0 to 2.4.0#112

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-rq-2.4.0
Closed

Bump django-rq from 1.2.0 to 2.4.0#112
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/django-rq-2.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2020

Bumps django-rq from 1.2.0 to 2.4.0.

Release notes

Sourced from django-rq's releases.

v2.4.0

v2.3.2

Support for RQ >= 1.4.0

v2.3.1

  • Added --with-scheduler argument to rqworker management command. Thanks @stlk!
  • Fixed a bug where opening job detail would crash if job.dependency no longer exists. Thanks @selwin!

v2.3.0

  • Support for RQ's new ScheduledJobRegistry. Thanks @Yolley!
  • Improve performance when displaying pages showing a large number of jobs by using Job.fetch_many(). Thanks @selwin!
  • django-rq will now automatically cleanup orphaned worker keys in job registries. Thanks @selwin!
  • Site name now properly displayed in Django-RQ admin pages. Thanks @tom-price!
  • NoSuchJobErrors are now handled properly when requeuing all jobs. Thanks @thomasmatecki!
  • Support for displaying jobs with names containing $. Thanks @gowthamk63!
Changelog

Sourced from django-rq's changelog.

Version 2.4.0 (2020-11-08)

Version 2.3.2 (2020-05-13)

  • Compatibility with RQ >= 1.4.0 which implements customizable serialization method. Thanks @selwin!

Version 2.3.1 (2020-04-10)

  • Added --with-scheduler argument to rqworker management command. Thanks @stlk!
  • Fixed a bug where opening job detail would crash if job.dependency no longer exists. Thanks @selwin!

Version 2.3.0 (2020-02-09)

  • Support for RQ's new ScheduledJobRegistry. Thanks @Yolley!
  • Improve performance when displaying pages showing a large number of jobs by using Job.fetch_many(). Thanks @selwin!
  • django-rq will now automatically cleanup orphaned worker keys in job registries. Thanks @selwin!
  • Site name now properly displayed in Django-RQ admin pages. Thanks @tom-price!
  • NoSuchJobErrors are now handled properly when requeuing all jobs. Thanks @thomasmatecki!
  • Support for displaying jobs with names containing $. Thanks @gowthamk63!

Version 2.2.0 (2019-12-08)

  • Support for Django 3.0. This release also drops support for Django 1.X. Thanks @hugorodgerbrown!
  • rqworker management command now properly passes in --verbosity to Worker. Thanks @stlk!
  • The admin interface can now view jobs with : on their IDs. Thanks @carboncoop!
  • Job detail page now shows job.dependency. Thanks @selwin!

Version 2.1.0 (2019-06-14)

  • Fixed Requeue All
  • Django-RQ now automatically runs maintenance tasks when rq_home is opened

Version 2.0 (2019-04-06)

  • Compatibility with RQ 1.0 (Thanks @selwin). Backward incompatible changes include:
    • FailedQueue is now replaced by FailedJobRegistry
    • RQ now uses sentry-sdk to send job failures to Sentry.
  • Scheduler now respects default timeout and result_ttl defined in RQ_QUEUES. Thanks @simone6021!
  • Minor improvements and bug fixes. Thanks @selwin!

Version 1.3.1 (2019-03-15)

  • Run rqworker with --sentry_dsn="" to disable Sentry integration. Thanks @Bolayniuss!
  • Support for SSL Redis kwarg. Thanks @ajknv!
  • rqworkerand rqscheduler management commands now uses RQ's built in setup_loghandlers function. Thanks @Paulius-Maruska!
  • Remove the use of deprecated admin_static template tag. Thanks @lorenzomorandini!

Version 1.3.0 (2018-12-18)

  • Added support redis-py >= 3 and RQ >= 0.13. Thanks @selwin!
  • Use Worker.count(queue=queue) to speed up the process of getting the number of active workers. Thanks @selwin!
  • Added an option to requeue job from the admin interface. Thanks @seiryuz!
  • Improve Sentinel support. Thanks @pnuckowski!
Commits
  • daf9441 Bump version in setup.py
  • 4055a76 Bump version to 2.4.0
  • 8a81427 Total working time in worker details is in seconds.
  • f786d0e Bump django from 3.1.2 to 3.1.3 (#451)
  • 3573dca Always redirect to original page after deleting or requeueing jobs (#452)
  • a090126 Bump django from 3.1.1 to 3.1.2 (#448)
  • 16c0e33 Update rqworker command Sentry configuration (alternative version) (#442)
  • fb671ff Bump django from 3.0.8 to 3.1.1 (#444)
  • 8d36cc0 Bump psycopg2 from 2.8.5 to 2.8.6 (#446)
  • f2dbf8c README: add @job arguments usage (#434)
  • 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 9, 2020
@dependabot dependabot bot requested a review from ehoelzl November 9, 2020 15:21
@dependabot dependabot bot force-pushed the dependabot/pip/django-rq-2.4.0 branch from fa31463 to a453d15 Compare November 12, 2020 14:09
@ehoelzl
Copy link
Copy Markdown
Contributor

ehoelzl commented Dec 4, 2020

@dependabot rebase

Bumps [django-rq](https://github.com/rq/django-rq) from 1.2.0 to 2.4.0.
- [Release notes](https://github.com/rq/django-rq/releases)
- [Changelog](https://github.com/rq/django-rq/blob/master/CHANGELOG.md)
- [Commits](rq/django-rq@v1.2.0...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-rq-2.4.0 branch from a453d15 to 57e100b Compare December 4, 2020 10:56
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 1, 2021

Superseded by #138.

@dependabot dependabot bot closed this Apr 1, 2021
@dependabot dependabot bot deleted the dependabot/pip/django-rq-2.4.0 branch April 1, 2021 05:01
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