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

Update dependency rq to v1.16.2 #216

Open
wants to merge 1 commit into
base: master-dev
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 7, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rq (changelog) ==1.10.1 -> ==1.16.2 age adoption passing confidence

Release Notes

rq/rq (rq)

v1.16.2

Compare Source

  • Fixed a bug that may cause jobs from intermediate queue to be moved to FailedJobRegistry. Thanks @​selwin!

v1.16.1

Compare Source

  • Added worker_pool.get_worker_process() to make WorkerPool easier to extend. Thanks @​selwin!

v1.16.0

Compare Source

v1.15.1

Compare Source

  • Fixed a bug that may cause a crash when cleaning intermediate queue. Thanks @​selwin!
  • Fixed a bug that may cause canceled jobs to still run dependent jobs. Thanks @​fredsod!

v1.15.0

Compare Source

v1.14.1

Compare Source

  • Fixes a crash that happens if Redis connection uses SSL. Thanks @​tchapi!
  • Fixes a crash if job.meta() is loaded using the wrong serializer. Thanks @​gabriels1234!

v1.14.0

Compare Source

  • Added WorkerPool (beta) that manages multiple workers in a single CLI. Thanks @​selwin!
  • Added a new Callback class that allows more flexibility in declaring job callbacks. Thanks @​ronlut!
  • Fixed a regression where jobs with unserializable return value crashes RQ. Thanks @​tchapi!
  • Added --dequeue-strategy option to RQ's CLI. Thanks @​ccrvlh!
  • Added --max-idle-time option to RQ's worker CLI. Thanks @​ronlut!
  • Added --maintenance-interval option to RQ's worker CLI. Thanks @​ronlut!
  • Fixed RQ usage in Windows as well as various other refactorings. Thanks @​ccrvlh!
  • Show more info on rq info CLI command. Thanks @​iggeehu!
  • queue.enqueue_jobs() now properly account for job dependencies. Thanks @​sim6!
  • TimerDeathPenalty now properly handles negative/infinite timeout. Thanks @​marqueurs404!

v1.13.0

Compare Source

  • 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

Compare Source

  • 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!

v1.11.1

Compare Source

  • queue.enqueue_many() now supports on_success and on on_failure arguments. Thanks @​y4n9squared!
  • You can now pass enqueue_at_front to Dependency() objects to put dependent jobs at the front when they are enqueued. Thanks @​jtfidje!
  • Fixed a bug where workers may wrongly acquire scheduler locks. Thanks @​milesjwinter!
  • Jobs should not be enqueued if any one of it's dependencies is canceled. Thanks @​selwin!
  • Fixed a bug when handling jobs that have been stopped. Thanks @​ronlut!
  • Fixed a bug in handling Redis connections that don't allow SETNAME command. Thanks @​yilmaz-burak!

v1.11.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency rq to v1.11.0 Update dependency rq to v1.11.1 Nov 20, 2022
@renovate renovate bot changed the title Update dependency rq to v1.11.1 Update dependency rq to v1.13.0 Mar 22, 2023
@renovate renovate bot changed the title Update dependency rq to v1.13.0 Update dependency rq to v1.13.0 - autoclosed Apr 3, 2023
@renovate renovate bot closed this Apr 3, 2023
@renovate renovate bot deleted the renovate/rq-1.x branch April 3, 2023 23:48
@renovate renovate bot changed the title Update dependency rq to v1.13.0 - autoclosed Update dependency rq to v1.13.0 Apr 4, 2023
@renovate renovate bot reopened this Apr 4, 2023
@renovate renovate bot restored the renovate/rq-1.x branch April 4, 2023 09:22
@renovate renovate bot changed the title Update dependency rq to v1.13.0 Update dependency rq to v1.14.1 May 28, 2023
@renovate renovate bot changed the title Update dependency rq to v1.14.1 Update dependency rq to v1.15.0 Jun 3, 2023
@renovate renovate bot changed the title Update dependency rq to v1.15.0 Update dependency rq to v1.15.1 Jun 29, 2023
@renovate renovate bot changed the title Update dependency rq to v1.15.1 Update dependency rq to v1.16.0 Mar 2, 2024
@renovate renovate bot changed the title Update dependency rq to v1.16.0 Update dependency rq to v1.16.1 Mar 16, 2024
@renovate renovate bot changed the title Update dependency rq to v1.16.1 Update dependency rq to v1.16.2 May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants