Skip to content

Releases: django-commons/django-tasks-scheduler

v1.3.1 🌈

01 Feb 22:41
824077a

Choose a tag to compare

v1.3.1 🌈

🐛 Bug Fixes

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

🧰 Maintenance

  • Removes psycopg2 dependency from pyproject.toml @mbi (#78)

v1.3.0 🌈

10 Jan 17:53
e58b042

Choose a tag to compare

🚀 Features

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

🧰 Maintenance

v1.2.4 🌈

28 Nov 18:33
c8d29fb

Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • Use rq fetch_many

v1.2.3 🌈

13 Oct 14:44
44bfafe

Choose a tag to compare

Changes

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

Full Changelog: v1.2.2...v1.2.3

v1.2.2 🌈

10 Oct 17:02
c83cccc

Choose a tag to compare

Changes

Full Changelog: v1.2.1...v1.2.2

v1.2.1 🌈

09 Oct 14:33
6e2a78d

Choose a tag to compare

🐛 Bug Fixes

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

Full Changelog: v1.2.0...v1.2.1

v1.2.0 🌈

08 Oct 17:19
6e7714f

Choose a tag to compare

Changes

🚀 Features

  • Rename *Job models to *Task to differentiate

Full Changelog: v1.1.0...v1.2.0

v1.1.0 🌈

29 Sep 16:21
2b62f04

Choose a tag to compare

Changes

v1.1.0 🌈

🚀 Features

  • Enable using stats view using api token

🐛 Bug Fixes

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2 🌈

10 Sep 16:15
850f139

Choose a tag to compare

Changes

🐛 Bug Fixes

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

🧰 Maintenance

  • Update dependencies

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 🌈

31 Aug 20:42
3550d4f

Choose a tag to compare

Changes

  • Update dependencies
  • Remove redundant log calls