Closed vraniak closed 11 years ago
I'm using the app successfully with Celery 3.X so I would recommend to check if you have 'queued_storage'
in the INSTALLED_APPS
setting as that's the way celery will register the task class with its worker system.
ok, it working for me, thanks, there were issue on my app side (reregistered celery)
i have try queued-storage with celery 3.0.4, and i have this message in celery.log (issue subject) is it due to incompatible celery version? (celery <3.0 is required) if yes, what i need to do, do be comaptible with celery >3.0? could you advice me?