Disable atomic requests
Retrospectively, there is no reasonto wrap every request in a transaction of its own. Developer should actively consider isolation in their code. This came up while trying to figure out how to delay every Celery task until commit, finding us monkey-patching amqp, and failing.
parent
7551d8e0
No related branches found
No related tags found
Please register or sign in to comment