django-tasks

A reference implementation of a background workers interface for Django

BSD-3-CLAUSE License

Downloads
7K
Stars
322
Committers
12
django-tasks - 0.5.0 Latest Release

Published by RealOrangeOne about 1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.4.0...0.5.0

django-tasks - 0.4.0

Published by RealOrangeOne 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.3.0...0.4.0

django-tasks - 0.3.0

Published by RealOrangeOne 3 months ago

What's Changed

Bug fixes

  • Raise correct error when refreshing DB tasks
  • Validate the modified task when calling using
  • Fix concurrency issues on SQLite, which could result in tasks being executed multiple times (#33)

New Contributors

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.2.0...0.3.0

django-tasks - 0.2.0

Published by RealOrangeOne 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.1.1...0.2.0

django-tasks - 0.1.1

Published by RealOrangeOne 5 months ago

Fixes an issue of a missing migration to change verbose_name for the database backend. There should be no other changes in functionality.

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.1.0...0.1.1

django-tasks - 0.1.0

Published by RealOrangeOne 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/RealOrangeOne/django-tasks/compare/0.0.0...0.1.0

django-tasks - 0.0.0

Published by RealOrangeOne 5 months ago

Initial release 🥳

This is just to get something out there, as opposed to something which is fully tested and working. At this time, the package should be considered "early alpha".