Skip to content

Bump rq from 0.12.0 to 1.5.2#110

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

Bump rq from 0.12.0 to 1.5.2#110
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/rq-1.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps rq from 0.12.0 to 1.5.2.

Release notes

Sourced from rq's releases.

v1.5.2

  • Scheduler now uses the class of connection that's used. Thanks @pacahon!
  • Fixes a bug that puts retried jobs in FailedJobRegistry. Thanks @selwin!
  • Fixed a deprecated import. Thanks @elmaghallawy!

v1.5.1

  • Fixes for Redis server version parsing. Thanks @selwin!
  • Retries can now be set through @job decorator. Thanks @nerok!
  • Log messages below logging.ERROR is now sent to stdout. Thanks @selwin!
  • Better logger name for RQScheduler. Thanks @atainter!
  • Better handling of exceptions thrown by horses. Thanks @theambient!

v1.5.0

  • Failed jobs can now be retried. Thanks @selwin!
  • Fixed scheduler on Python > 3.8.0. Thanks @selwin!
  • RQ is now aware of which version of Redis server it's running on. Thanks @aparcar!
  • RQ now uses hset() on redis-py >= 3.5.0. Thanks @aparcar!
  • Fix incorrect worker timeout calculation in SimpleWorker.execute_job(). Thanks @davidmurray!
  • Make horse handling logic more robust. Thanks @wevsty!

v1.4.3

  • Added job.get_position() and queue.get_job_position(). Thanks @aparcar!
  • Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin!
  • Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn!
  • job.requeue() now returns the modified job. Thanks @ericatkin!

v1.4.2

  • Reverted changes to hmset command which causes workers on Redis server < 4 to crash. Thanks @selwin!
  • Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki!

v1.4.1

  • Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks @bbayles!
  • Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles!

v1.4.0

  • Custom serializer is now supported. Thanks @solababs!
  • delay() now accepts job_id argument. Thanks @grayshirt!
  • Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48!
  • When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar!
  • Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa!
  • Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin!

v1.3.0

  • Support for infinite job timeout. Thanks @theY4Kman!
  • Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles!
  • Fixes an issue that may cause zombie processes. Thanks @wevsty!
  • job_id is now passed to logger during failed jobs. Thanks @smaccona!
  • queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. Thanks @selwin!

1.2.2

... (truncated)

Changelog

Sourced from rq's changelog.

RQ 1.5.2 (2020-09-10)

  • Scheduler now uses the class of connection that's used. Thanks @pacahon!
  • Fixes a bug that puts retried jobs in FailedJobRegistry. Thanks @selwin!
  • Fixed a deprecated import. Thanks @elmaghallawy!

RQ 1.5.1 (2020-08-21)

  • Fixes for Redis server version parsing. Thanks @selwin!
  • Retries can now be set through @job decorator. Thanks @nerok!
  • Log messages below logging.ERROR is now sent to stdout. Thanks @selwin!
  • Better logger name for RQScheduler. Thanks @atainter!
  • Better handling of exceptions thrown by horses. Thanks @theambient!

RQ 1.5.0 (2020-07-26)

  • Failed jobs can now be retried. Thanks @selwin!
  • Fixed scheduler on Python > 3.8.0. Thanks @selwin!
  • RQ is now aware of which version of Redis server it's running on. Thanks @aparcar!
  • RQ now uses hset() on redis-py >= 3.5.0. Thanks @aparcar!
  • Fix incorrect worker timeout calculation in SimpleWorker.execute_job(). Thanks @davidmurray!
  • Make horse handling logic more robust. Thanks @wevsty!

RQ 1.4.3 (2020-06-28)

  • Added job.get_position() and queue.get_job_position(). Thanks @aparcar!
  • Longer TTLs for worker keys to prevent them from expiring inside the worker lifecycle. Thanks @selwin!
  • Long job args/kwargs are now truncated during logging. Thanks @JhonnyBn!
  • job.requeue() now returns the modified job. Thanks @ericatkin!

RQ 1.4.2 (2020-05-26)

  • Reverted changes to hmset command which causes workers on Redis server < 4 to crash. Thanks @selwin!
  • Merged in more groundwork to enable jobs with multiple dependencies. Thanks @thomasmatecki!

RQ 1.4.1 (2020-05-16)

  • Default serializer now uses pickle.HIGHEST_PROTOCOL for backward compatibility reasons. Thanks @bbayles!
  • Avoid deprecation warnings on redis-py >= 3.5.0. Thanks @bbayles!

RQ 1.4.0 (2020-05-13)

  • Custom serializer is now supported. Thanks @solababs!
  • delay() now accepts job_id argument. Thanks @grayshirt!
  • Fixed a bug that may cause early termination of scheduled or requeued jobs. Thanks @rmartin48!
  • When a job is scheduled, always add queue name to a set containing active RQ queue names. Thanks @mdawar!
  • Added --sentry-ca-certs and --sentry-debug parameters to rq worker CLI. Thanks @kichawa!
  • Jobs cleaned up by StartedJobRegistry are given an exception info. Thanks @selwin!
  • Python 2.7 is no longer supported. Thanks @selwin!

RQ 1.3.0 (2020-03-09)

  • Support for infinite job timeout. Thanks @theY4Kman!
  • Added __main__ file so you can now do python -m rq.cli. Thanks @bbayles!
  • Fixes an issue that may cause zombie processes. Thanks @wevsty!
  • job_id is now passed to logger during failed jobs. Thanks @smaccona!
  • queue.enqueue_at() and queue.enqueue_in() now supports explicit args and kwargs function invocation. 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)

Bumps [rq](https://github.com/nvie/rq) from 0.12.0 to 1.5.2.
- [Release notes](https://github.com/nvie/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v0.12...v1.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 6, 2020
@dependabot dependabot bot requested a review from ehoelzl November 6, 2020 10:15
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2020

Superseded by #111.

@dependabot dependabot bot closed this Nov 9, 2020
@dependabot dependabot bot deleted the dependabot/pip/rq-1.5.2 branch November 9, 2020 15:21
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