You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think django-celery is required for celery-progress.
If you are using django-celery to store results using the Django ORM, you can use django-celery-results instead.
Recently when we tried deploying our app and installing all the packages, ran into an issue:
django-celery 3.2.2 depends on celery<4.0 and >=3.1.15
Seems like there has not been much update to django-celery and celery 5.0 has been released.
Django-celery is needed to run celery progress bars.
Downgrading celery to 3.1 is not a choice as that is a very old version and old packages like kombu also need to be downgraded.
Any suggestions how to proceed ?
The text was updated successfully, but these errors were encountered: