PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
644 stars 61 forks source link

celery.conf deprecated #64

Closed coolacid closed 8 years ago

coolacid commented 8 years ago

https://github.com/PolicyStat/jobtastic/blob/master/jobtastic/task.py#L43 is using celery.conf however this was deprecated in 2.5.

There does not appear to be a way to set which cache system to use in Celery from jobtastic. Without this, it appears this becomes django required. :(

winhamwr commented 8 years ago

I think #63 will address this, once it's merged in.

winhamwr commented 8 years ago

63 is now merged in. If you get a chance, could you see if that solves your problem?