Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 19, 2025

This PR contains the following updates:

Package Change Age Confidence
rq (changelog) ==1.16.2==2.6.1 age confidence

Release Notes

rq/rq (rq)

v2.6.1

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

v2.4.1

Compare Source

  • Worker will now automatically choose TimerDeathPenalty if UnixSignalDeathPenalty is not available. Thanks @​selwin!
  • Introduced CREATED Job status for jobs that are not enqueued not deferred. Thanks @​selwin!
  • Worker can now import Job and Queue classes from string. Thanks @​selwin!
  • Fixed a bug in Group.cleanup(). Thanks @​dixoncrews-gdl!
  • Logging improvements and code cleanups. Thanks @​selwin, @​SpecLad!

v2.4.0

Compare Source

  • Added rq cron CLI command. Thanks @​selwin!
  • Various tests, typing improvements and cleanups. Thanks @​SpecLad!
  • When a job is canceled, you can now optionally clean it from dependencies using job.cancel(remove_from_dependencies=True). Thanks @​Marishka17!
  • RQ now requires Python >= 3.9. Thanks @​Jankovn and @​selwin!

v2.3.3

Compare Source

v2.3.2

Compare Source

  • Don't log job description when log_job_description is set to False. Thanks @​danilopeixoto!
  • Fixes an issue where pubsub_thread may die in the background. Thanks @​ankush!

v2.3.1

Compare Source

  • Fixes an issue running RQ on Windows. Thanks @​selwin!

v2.3.0

Compare Source

  • Added the feature to repeat jobs. Thanks @​selwin!
  • Officially support Valkey. Thanks @​selwin!
  • Fixes an issue that prevents jobs from being enqueued across multiple with using Redis pipeline. Thanks @​Nativu5!

v2.2.0

Compare Source

  • Added SpawnWorker that uses multiprocessing.spawn to spawn worker processes. This makes RQ usable in operating systems without os.fork() like Windows. Thanks @​selwin!
  • RQ now always use timezone aware timestamps. Thanks @​deathtracktor!
  • StartedJobRegistry.cleanup() now properly creates job results. Thanks @​OlegZv!
  • Fixed a bug in worker logging configuration. Thanks @​rlaminseok0824!
  • Reworked RQ's pubsub thread to not use polling. Thanks @​ankush!
  • Fixed a bug where WorkerPool status is never set to STARTED. Thanks @​taleinat!
  • Worker.monitor_work_horse() now properly handles InvalidJobOperation. Thanks @​fancyweb!
  • queue.enqueue_many now always registers the queue in RQ's queue registry. Thanks @​eswolinsky3241!
  • Minor fixes and improvements. Thanks @​hongquan, @​OlegZv, @​victorb, @​rparini!

v2.1.0

Compare Source

v2.0.0

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rq-2.x branch 2 times, most recently from f457691 to 4f6785b Compare September 13, 2025 03:10
@renovate renovate bot force-pushed the renovate/rq-2.x branch 2 times, most recently from 4f6a665 to 7a80b1e Compare November 22, 2025 08:47
@renovate renovate bot force-pushed the renovate/rq-2.x branch from 7a80b1e to 6b44542 Compare January 22, 2026 10:35
@renovate renovate bot force-pushed the renovate/rq-2.x branch from 6b44542 to b477e9e Compare January 28, 2026 08:48
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.

0 participants