switch to gvacommon.celeryrouters.GvaRouter
This commit is contained in:
parent
7c65fc3dc7
commit
800fff8908
1 changed files with 1 additions and 2 deletions
|
@ -283,8 +283,7 @@ CELERY_RESULT_BACKEND = 'amqp'
|
|||
CELERY_RESULT_PERSISTENT = True
|
||||
CELERY_TASK_RESULT_EXPIRES = None
|
||||
CELERY_ROUTES = (
|
||||
'gvacommon.celeryrouters.LdapRouter',
|
||||
'gvacommon.celeryrouters.FileRouter',
|
||||
'gvacommon.celeryrouters.GvaRouter',
|
||||
)
|
||||
CELERY_TIMEZONE = 'Europe/Berlin'
|
||||
CELERY_ENABLE_UTC = True
|
||||
|
|
Loading…
Reference in a new issue