pypi rq 1.10.0
v1.10.0

latest releases: 1.16.2, 1.16.1, 1.16.0...
3 years ago
  • 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.

Don't miss a new rq release

NewReleases is sending notifications on new releases.