mlbench / mlbench-dashboard

MLBench Dashboard
https://mlbench.github.io
Apache License 2.0
1 stars 1 forks source link

Bump django-rq from 1.2.0 to 2.3.2 #51

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps django-rq from 1.2.0 to 2.3.2.

Release notes

Sourced from django-rq's releases.

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.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
  • 913553d Bump to version 2.3.2
  • 9f7dbe3 UnpickleError is no longer present in RQ >= 1.4.0
  • da1c74f Bump django from 3.0.5 to 3.0.6 (#419)
  • 8dff93b Bump version to 2.3.1
  • 73e5bd6 Bump django from 3.0.4 to 3.0.5 (#414)
  • 8ff5c3f Bump psycopg2 from 2.8.4 to 2.8.5 (#415)
  • c63b361 Fixed an issue where opening job detail page would crash when job.dependency ...
  • fd38f1b docs: Fix simple typo, requeueing -> requeuing (#410)
  • 9074c3b Bump django from 3.0.3 to 3.0.4 (#408)
  • 25f6b8b Bump requests from 2.22.0 to 2.23.0 (#406)
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.