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
318 stars 62 forks source link

Trouble with production server #16

Closed ryanbagwell closed 9 years ago

ryanbagwell commented 9 years ago

@jezdez, love this app, but I'm having trouble with it on a production server. After uploading a large video (>500MB), it doesn't look like the celery task is ever run.

I confirmed that the transfer() method in the storage backend is called. I have not be able to confirm that the actual task methods are being called. The Celery log doesn't show any problems or any indication that the task has been queued.

This is only happening on the production server. It works locally using the Django dev server, and it also works for smaller uploads, i.e. 4MB, on both my local pc and production. I'm stumped, and was wondering if you had any ideas about what could be causing the problem. Appreciate any help you could provide.

jezdez commented 9 years ago

Full disclosure, I've stopped using this app a while ago and can't help you given personal time constraints. Good luck!