Django – Cannot make a celery worker and test transactions on test file without “You can’t execute queries until the end of the ‘atomic’ block.” error
Soo, here’s the deal, Im creating a test in order to check if an improvement a made for performance is working or not, the improvements consists in making some signals logic an async task instead of an async process, I wanted to test this out but when I manually create a celery worker I get the
Django – Cannot make a celery worker and test transactions on test file without “You can’t execute queries until the end of the ‘atomic’ block.” error
Soo, here’s the deal, Im creating a test in order to check if an improvement a made for performance is working or not, the improvements consists in making some signals logic an async task instead of an async process, I wanted to test this out but when I manually create a celery worker I get the