Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jedie opened this issue Feb 2, 2018 · 2 comments
Open

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

jedie opened this issue Feb 2, 2018 · 2 comments

Comments

@jedie
Copy link

jedie commented Feb 2, 2018

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?

@peterbe
Copy link

peterbe commented Apr 12, 2019

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

@jedie
Copy link
Author

jedie commented Apr 23, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants