Skip to content
This repository has been archived by the owner on Sep 4, 2023. It is now read-only.

v2023.5.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 18:57
· 65 commits to refs/heads/master since this release
45c2953

🚀 Breaking changes

  • Remove django-rq dependency
  • Remove threaded scheduler support

🚀 Features

  • Migrate all required features from django-rq:
    • management commands to create worker (rqworker), stats, etc.
    • admin view of queues
  • admin view for workers.
  • admin views are significantly more informative.
  • job-ids and worker-ids are more informative.
  • Added ability to cancel ongoing job.
  • job executions inline in each job.

🚀 Roadmap

  • Merge all scheduled jobs into one model