Closed coolacid closed 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. :(
I think #63 will address this, once it's merged in.
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. :(