lilspikey / django-background-task

A database-backed work queue for Django
BSD 3-Clause "New" or "Revised" License
107 stars 200 forks source link

Option to disable atomic transaction for specific task #20

Closed ghost closed 6 years ago

ghost commented 6 years ago

Can you add feature that allows to disable atomic transaction for specific task? I have a case when task changes multiple times status of object and i want to follow this changes by async requests but i cant do it right know because changes are saved in database only when task ends