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
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