Skip to content

v2.3.0

Compare
Choose a tag to compare
@selwin selwin released this 09 Feb 13:22
· 144 commits to master since this release
  • Support for RQ's new ScheduledJobRegistry. Thanks @Yolley!
  • Improve performance when displaying pages showing a large number of jobs by using Job.fetch_many(). Thanks @selwin!
  • django-rq will now automatically cleanup orphaned worker keys in job registries. Thanks @selwin!
  • Site name now properly displayed in Django-RQ admin pages. Thanks @tom-price!
  • NoSuchJobErrors are now handled properly when requeuing all jobs. Thanks @thomasmatecki!
  • Support for displaying jobs with names containing $. Thanks @gowthamk63!