Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 7, 2021

Updates the requirements on rq to permit the latest version.

Release notes

Sourced from rq's releases.

v1.10.1

  • Failure callbacks are now properly called when job is run synchronously. Thanks @​ericman93!
  • Fixes a bug that could cause job keys to be left over when result_ttl=0. Thanks @​selwin!
  • Allow ssl_cert_reqs argument to be passed to Redis. Thanks @​mgcdanny!
  • Better compatibility with Python 3.10. Thanks @​rpkak!
  • job.cancel() should also remove itself from registries. Thanks @​joshcoden!
  • Pubsub threads are now launched in daemon mode. Thanks @​mik3y!
Changelog

Sourced from rq's changelog.

RQ 1.10.1 (2021-12-07)

  • Failure callbacks are now properly called when job is run synchronously. Thanks @​ericman93!
  • Fixes a bug that could cause job keys to be left over when result_ttl=0. Thanks @​selwin!
  • Allow ssl_cert_reqs argument to be passed to Redis. Thanks @​mgcdanny!
  • Better compatibility with Python 3.10. Thanks @​rpkak!
  • job.cancel() should also remove itself from registries. Thanks @​joshcoden!
  • Pubsub threads are now launched in daemon mode. Thanks @​mik3y!

RQ 1.10.0 (2021-09-09)

  • You can now enqueue jobs from CLI. Docs here. Thanks @​rpkak!
  • Added a new CanceledJobRegistry to keep track of canceled jobs. Thanks @​selwin!
  • Added custom serializer support to various places in RQ. Thanks @​joshcoden!
  • cancel_job(job_id, enqueue_dependents=True) allows you to cancel a job while enqueueing its dependents. Thanks @​joshcoden!
  • Added job.get_meta() to fetch fresh meta value directly from Redis. Thanks @​aparcar!
  • Fixes a race condition that could cause jobs to be incorrectly added to FailedJobRegistry. Thanks @​selwin!
  • Requeueing a job now clears job.exc_info. Thanks @​selwin!
  • Repo infrastructure improvements by @​rpkak.
  • Other minor fixes by @​cesarferradas and @​bbayles.

RQ 1.9.0 (2021-06-30)

  • Added success and failure callbacks. You can now do queue.enqueue(foo, on_success=do_this, on_failure=do_that). Thanks @​selwin!
  • Added queue.enqueue_many() to enqueue many jobs in one go. Thanks @​joshcoden!
  • Various improvements to CLI commands. Thanks @​rpkak!
  • Minor logging improvements. Thanks @​clavigne and @​natbusa!

RQ 1.8.1 (2021-05-17)

  • Jobs that fail due to hard shutdowns are now retried. Thanks @​selwin!
  • Scheduler now works with custom serializers. Thanks @​alella!
  • Added support for click 8.0. Thanks @​rpkak!
  • Enqueueing static methods are now supported. Thanks @​pwws!
  • Job exceptions no longer get printed twice. Thanks @​petrem!

RQ 1.8.0 (2021-03-31)

  • You can now declare multiple job dependencies. Thanks @​skieffer and @​thomasmatecki for laying the groundwork for multi dependency support in RQ.
  • Added RoundRobinWorker and RandomWorker classes to control how jobs are dequeued from multiple queues. Thanks @​bielcardona!
  • Added --serializer option to rq worker CLI. Thanks @​f0cker!
  • Added support for running asyncio tasks. Thanks @​MyrikLD!
  • Added a new STOPPED job status so that you can differentiate between failed and manually stopped jobs. Thanks @​dralley!
  • Fixed a serialization bug when used with job dependency feature. Thanks @​jtfidje!
  • clean_worker_registry() now works in batches of 1,000 jobs to prevent modifying too many keys at once. Thanks @​AxeOfMen and @​TheSneak!
  • Workers will now wait and try to reconnect in case of Redis connection errors. Thanks @​Asrst!

RQ 1.7.0 (2020-11-29)

  • Added job.worker_name attribute that tells you which worker is executing a job. Thanks @​selwin!
  • Added send_stop_job_command() that tells a worker to stop executing a job. Thanks @​selwin!
  • Added JSONSerializer as an alternative to the default pickle based serializer. Thanks @​JackBoreczky!
  • Fixes RQScheduler running on Redis with ssl=True. Thanks @​BobReid!

RQ 1.6.1 (2020-11-08)

  • Worker now properly releases scheduler lock when run in burst mode. Thanks @​selwin!

... (truncated)

Commits

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)

Updates the requirements on [rq](https://github.com/nvie/rq) to permit the latest version.
- [Release notes](https://github.com/nvie/rq/releases)
- [Changelog](https://github.com/rq/rq/blob/master/CHANGES.md)
- [Commits](rq/rq@v1.8.1...v1.10.1)

---
updated-dependencies:
- dependency-name: rq
  dependency-type: direct:production
...

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

dependabot bot commented on behalf of github Aug 1, 2022

Superseded by #47.

@dependabot dependabot bot closed this Aug 1, 2022
@dependabot dependabot bot deleted the dependabot/pip/rq-approx-eq-1.10.1 branch August 1, 2022 14:31
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.

1 participant