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 rq from 1.4.2 to 1.5.1 in /cvat/requirements #2065

Merged
merged 1 commit into from
Aug 21, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps rq from 1.4.2 to 1.5.1.

Release notes

Sourced from rq's releases.

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 retries. 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!
Changelog

Sourced from rq's changelog.

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 retries. 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!
Commits
  • a09a2ab Merge branch 'master' of github.com:rq/rq
  • 20248cf Bump version to 1.5.1
  • 6028a63 Restores compatibility with fakeredis (#1324)
  • f0afcd3 Create coverage.yml
  • 39fb709 get_redis_server_version() should handle 4 digit version numbers (#1322)
  • 7bf100e Allow retries to be set through decorator (#1319)
  • c2931b4 handled unhandled exceptions in horse (#1303)
  • 57f286e Minor doc fix
  • 265e4b7 log messages < error is now output to stdout instead of stderr (#1312)
  • 5cee02d Use correct logger name for scheduler and lower level for heartbeat logs (#1311)
  • 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [rq](https://github.com/nvie/rq) from 1.4.2 to 1.5.1.
- [Release notes](https://github.com/nvie/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v1.4.2...v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 7055

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.01%) to 69.703%

Files with Coverage Reduction New Missed Lines %
cvat/apps/engine/media_extractors.py 5 75.81%
Totals Coverage Status
Change from base Build 7043: -0.01%
Covered Lines: 11744
Relevant Lines: 16392

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants