Update celery config for config files I missed.
This commit is contained in:
@@ -187,9 +187,7 @@ simplefilter('ignore')
|
||||
################################# CELERY ######################################
|
||||
|
||||
CELERY_ALWAYS_EAGER = True
|
||||
CELERY_RESULT_BACKEND = 'cache'
|
||||
CELERY_CACHE_BACKEND = 'memory'
|
||||
|
||||
CELERY_RESULT_BACKEND='djcelery.backends.cache:CacheBackend'
|
||||
|
||||
########################### Server Ports ###################################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user