switch to gvacommon.celeryrouters.GvaRouter

This commit is contained in:
Jan Dittberner 2015-01-01 22:35:55 +01:00
parent 2e2d906f09
commit 60301eea46
1 changed files with 1 additions and 2 deletions

View File

@ -280,8 +280,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