jazzband / django-queued-storage

Provides a proxy for Django storage backends that allows you to upload files locally and eventually serve them remotely
http://django-queued-storage.rtfd.org/
BSD 3-Clause "New" or "Revised" License
317 stars 62 forks source link

Received unregistered task of type 'queued_storage.tasks.Transfer' #10

Closed vraniak closed 11 years ago

vraniak commented 11 years ago

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?

jezdez commented 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.

vraniak commented 11 years ago

ok, it working for me, thanks, there were issue on my app side (reregistered celery)