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