wraithan / rplay

rplay
MIT License
5 stars 1 forks source link

Upload fails with CELERY_ALWAYS_EAGER #9

Open wraithan opened 12 years ago

wraithan commented 12 years ago

It doesn't fail when not eager, which makes it seem like the task is failing but it is one of those 'current transaction aborted' errors which means whatever the previous query before the one that triggered it is actually the problem.

Will try running with celery in its own process to see if that works to determine where there failure is.

wraithan commented 12 years ago

Need to reverify this after getting all setup again.