Skip to content

Releases: ipsosante/django-taskq

0.7.0

13 Feb 21:53
Compare
Choose a tag to compare

What's Changed

  • Feature : enable task(ify) subclassing by @cardinam in #17

Full Changelog: 0.6.0...0.7.0

0.6.0

13 Feb 12:13
Compare
Choose a tag to compare

Full Changelog: 0.5.2...0.6.0

0.5.2

27 Jul 20:41
Compare
Choose a tag to compare

What's Changed

0.5.1

27 Jul 12:04
Compare
Choose a tag to compare

What's Changed

0.5.0

24 Jul 12:43
Compare
Choose a tag to compare

better management of locking/atomicity/exceptions/...

  • only lock taskq table rows (with select_for_update) during due tasks fetching (i.e. until we update fetched tasks status to FETCHED)
  • no longer fetch tasks with status other than QUEUED
  • DB error that could occur during tasks status update are caught and logged

convert function_args to JSONField

  • automatic conversion handled by django/postgres in migration

0.4.2

01 Aug 16:56
933893c
Compare
Choose a tag to compare

update requirements to django 3.0

Release 0.4.1

04 Feb 12:41
Compare
Choose a tag to compare
Bump version: 0.4.0 → 0.4.1

0.4.0

29 Jan 17:06
Compare
Choose a tag to compare
Release 0.4.0

0.2.2

17 Dec 16:42
8ba4c84
Compare
Choose a tag to compare
Release 0.2.2

0.2.1

05 Dec 15:58
4e7bbc1
Compare
Choose a tag to compare
Release 0.2.1