switch to gvacommon.celeryrouters.GvaRouter
This commit is contained in:
parent
22b16f5ad8
commit
a3e766045e
1 changed files with 1 additions and 2 deletions
|
@ -31,8 +31,7 @@ CELERY_RESULT_BACKEND = 'amqp'
|
|||
CELERY_RESULT_PERSISTENT = True
|
||||
CELERY_TASK_RESULT_EXPIRES = None
|
||||
CELERY_ROUTES = (
|
||||
'gvacommon.celeryrouters.Router',
|
||||
'gvacommon.celeryrouters.FileRouter',
|
||||
'gvacommon.celeryrouters.GvaRouter',
|
||||
)
|
||||
CELERY_ACCEPT_CONTENT = ['json']
|
||||
CELERY_TASK_SERIALIZER = 'json'
|
||||
|
|
Loading…
Reference in a new issue