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

Bump django-rq from 1.2.0 to 2.4.1 #138

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps django-rq from 1.2.0 to 2.4.1.

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.1 (2021-03-31)

  • Added ssl_cert_reqs and username to queue config. Thanks @​jeyang!

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!

... (truncated)

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 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 Apr 1, 2021
@dependabot dependabot bot requested a review from ehoelzl April 1, 2021 05:01
@dependabot dependabot bot force-pushed the dependabot/pip/django-rq-2.4.1 branch 2 times, most recently from a70bc8e to e048613 Compare June 9, 2021 20:46
@dependabot dependabot bot force-pushed the dependabot/pip/django-rq-2.4.1 branch from e048613 to 56cfd22 Compare June 9, 2021 20:46
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2021

A newer version of django-rq exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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