RealOrangeOne / django-tasks

A reference implementation and backport of background workers and tasks in Django
https://pypi.org/project/django-tasks/
BSD 3-Clause "New" or "Revised" License
314 stars 22 forks source link

Add configurable transaction management #57

Closed RealOrangeOne closed 2 months ago

RealOrangeOne commented 3 months ago

A solution to #24

Following the pattern Rails uses, how transactions are handled is now configurable. Either tasks are enqueued when the transaction closes or immediately.