django-tasks-scheduler

Schedule async tasks using redis pub/sub.

MIT License

Downloads
4.2K
Stars
29

Bot releases are visible (Hide)

django-tasks-scheduler - v2.0.0 🌈 Latest Release

Published by github-actions[bot] 4 months ago

Breaking Changes

  • Remove support for django 3.* and 4.*. Only support django 5.0 and above.
  • queue choice field is now callable.
django-tasks-scheduler - v1.3.4 🌈

Published by github-actions[bot] 4 months ago

🧰 Maintenance

  • Update dependencies to latest versions
django-tasks-scheduler - v1.3.3 🌈

Published by github-actions[bot] 5 months ago

v1.3.3 🌈

🐛 Bug Fixes

  • Fix issue of django generating a new migration when settings.SCHEDULER_QUEUES is changed #119
django-tasks-scheduler - v1.3.2 🌈

Published by github-actions[bot] 7 months ago

v1.3.2 🌈

  • Fix issue with job_details template on python3.12 @cyber237 #87
django-tasks-scheduler - v1.3.1 🌈

Published by github-actions[bot] 9 months ago

v1.3.1 🌈

🐛 Bug Fixes

  • Fix workers' page when there are no queues #83

🧰 Maintenance

  • Removes psycopg2 dependency from pyproject.toml @mbi (#78)
django-tasks-scheduler - v1.3.0 🌈

Published by github-actions[bot] 9 months ago

🚀 Features

  • Add to CronTask and RepeatableTask counters for successful/failed runs.

🧰 Maintenance

  • Support for django 5.0
  • Update homepage url @dirkmueller (#65)
django-tasks-scheduler - v1.2.4 🌈

Published by github-actions[bot] 11 months ago

🐛 Bug Fixes

  • Fix for non-existent task @gabriels1234 (#62)

🧰 Maintenance

  • Use rq fetch_many
django-tasks-scheduler - v1.2.3 🌈

Published by github-actions[bot] about 1 year ago

Changes

  • ISSUE-45 - When job fails make sure its still scheduled @rstalbow (#46)

Full Changelog: https://github.com/dsoftwareinc/django-tasks-scheduler/compare/v1.2.2...v1.2.3

django-tasks-scheduler - v1.2.2 🌈

Published by github-actions[bot] about 1 year ago

django-tasks-scheduler - v1.2.1 🌈

Published by github-actions[bot] about 1 year ago

🐛 Bug Fixes

  • Fix infinite loop on callback calling is_scheduled() #37.

Full Changelog: https://github.com/dsoftwareinc/django-tasks-scheduler/compare/v1.2.0...v1.2.1

django-tasks-scheduler - v1.2.0 🌈

Published by github-actions[bot] about 1 year ago

Changes

🚀 Features

  • Rename *Job models to *Task to differentiate

Full Changelog: https://github.com/dsoftwareinc/django-tasks-scheduler/compare/v1.1.0...v1.2.0

django-tasks-scheduler - v1.1.0 🌈

Published by github-actions[bot] about 1 year ago

Changes

v1.1.0 🌈

🚀 Features

  • Enable using stats view using api token

🐛 Bug Fixes

  • #32 Running jobs should be marked as scheduled jobs. @rstalbow (#33)

New Contributors

Full Changelog: https://github.com/dsoftwareinc/django-tasks-scheduler/compare/v1.0.2...v1.1.0

django-tasks-scheduler - v1.0.2 🌈

Published by github-actions[bot] about 1 year ago

Changes

🐛 Bug Fixes

  • ISSUE-23 Add missing migration and check for missing migrations @rwielk (#24)

🧰 Maintenance

  • Update dependencies

New Contributors

Full Changelog: https://github.com/dsoftwareinc/django-tasks-scheduler/compare/v1.0.1...v1.0.2

django-tasks-scheduler - v1.0.1 🌈

Published by github-actions[bot] about 1 year ago

Changes

  • Update dependencies
  • Remove redundant log calls