django-celery-transactions
django-celery-transactions copied to clipboard
ImportError: No module named 'celery.contrib.batches'
Seems that django-celery-transactions is not compatible with celery v4, isn't it?
celery.contrib.batches
has been removed in celery v4, see: https://celery.readthedocs.io/en/latest/whatsnew-4.0.html
but used here: https://github.com/fellowshipofone/django-celery-transactions/blob/master/djcelery_transactions/init.py#L8
Any plans to support celery v4.x ? Or any other hints?
@jedie Did you resolve this for your project?
I'm currently toying with the idea of removing django-celery-transactions
and doing it the "Celery way". Then, I shouldn't have to worry about its incompatibility with Celery 4.
I've switched to huey: https://github.com/coleifer/huey