Nicolas Grasset
Nicolas Grasset
Thanks for the follow up @untitaker: Nothing special. I can reproduce the issue 100% of the time locally and I launch it with `pipenv` so it loads a .env file...
I think you're simply not trying to catch the error in the signal, so it's bubbling up to the highest level, and the Django view will catch it if you...
I think it runs on Django 1.9 but I do not think it runs as expected. On different project I ended-up dropping `django-celery-transactions` and `djcelery` as recommended by the `celery`...
Worth mentioning (for whoever reads this in the future) that django-celery-transactions is now maintained, and the code can be found here: https://github.com/fellowshipofone/django-celery-transactions