django-celery-transactions icon indicating copy to clipboard operation
django-celery-transactions copied to clipboard

ImportError: No module named 'celery.contrib.batches'

Open jedie opened this issue 7 years ago • 2 comments

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 avatar Feb 02 '18 16:02 jedie

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

peterbe avatar Apr 12 '19 17:04 peterbe

I've switched to huey: https://github.com/coleifer/huey

jedie avatar Apr 23 '19 07:04 jedie