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

build(deps): bump rq from 1.11.1 to 1.13.0 #15

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps rq from 1.11.1 to 1.13.0.

Release notes

Sourced from rq's releases.

v1.13.0

  • Added work_horse_killed_handler argument to Worker. Thanks @​ronlut!
  • Fixed an issue where results aren't properly persisted on synchronous jobs. Thanks @​selwin!
  • Fixed a bug where job results are not properly persisted when result_ttl is -1. Thanks @​sim6!
  • Various documentation and logging fixes. Thanks @​lowercase00!
  • Improve Redis connection reliability. Thanks @​lowercase00!
  • Scheduler reliability improvements. Thanks @​OlegZv and @​lowercase00!
  • Fixed a bug where dequeue_timeout ignores worker_ttl. Thanks @​ronlut!
  • Use job.return_value() instead of job.result when processing callbacks. Thanks @​selwin!
  • Various internal refactorings to make Worker code more easily extendable. Thanks @​lowercase00!
  • RQ's source code is now black formatted. Thanks @​aparcar!

v1.12.0

  • RQ now stores multiple job execution results. This feature is only available on Redis >= 5.0 Redis Streams. Please refer to the docs for more info. Thanks @​selwin!
  • Improve performance when enqueueing many jobs at once. Thanks @​rggjan!
  • Redis server version is now cached in connection object. Thanks @​odarbelaeze!
  • Properly handle at_front argument when jobs are scheduled. Thanks @​gabriels1234!
  • Add type hints to RQ's code base. Thanks @​lowercase00!
  • Fixed a bug where exceptions are logged twice. Thanks @​selwin!
  • Don't delete job.worker_name after job is finished. Thanks @​eswolinsky3241!
Changelog

Sourced from rq's changelog.

RQ 1.13.0 (2023-02-19)

  • Added work_horse_killed_handler argument to Worker. Thanks @​ronlut!
  • Fixed an issue where results aren't properly persisted on synchronous jobs. Thanks @​selwin!
  • Fixed a bug where job results are not properly persisted when result_ttl is -1. Thanks @​sim6!
  • Various documentation and logging fixes. Thanks @​lowercase00!
  • Improve Redis connection reliability. Thanks @​lowercase00!
  • Scheduler reliability improvements. Thanks @​OlegZv and @​lowercase00!
  • Fixed a bug where dequeue_timeout ignores worker_ttl. Thanks @​ronlut!
  • Use job.return_value() instead of job.result when processing callbacks. Thanks @​selwin!
  • Various internal refactorings to make Worker code more easily extendable. Thanks @​lowercase00!
  • RQ's source code is now black formatted. Thanks @​aparcar!

RQ 1.12.0 (2023-01-15)

  • RQ now stores multiple job execution results. This feature is only available on Redis >= 5.0 Redis Streams. Please refer to the docs for more info. Thanks @​selwin!
  • Improve performance when enqueueing many jobs at once. Thanks @​rggjan!
  • Redis server version is now cached in connection object. Thanks @​odarbelaeze!
  • Properly handle at_front argument when jobs are scheduled. Thanks @​gabriels1234!
  • Add type hints to RQ's code base. Thanks @​lowercase00!
  • Fixed a bug where exceptions are logged twice. Thanks @​selwin!
  • Don't delete job.worker_name after job is finished. Thanks @​eswolinsky3241!
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)

Bumps [rq](https://github.com/nvie/rq) from 1.11.1 to 1.13.0.
- [Release notes](https://github.com/nvie/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v1.11.1...v1.13.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2023

Superseded by #17.

@dependabot dependabot bot closed this May 1, 2023
@dependabot dependabot bot deleted the dependabot/pip/rq-1.13.0 branch May 1, 2023 14:58
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.

0 participants