give the devhub its own queue (bug 610055)

This commit is contained in:
Jeff Balogh 2010-11-12 12:20:13 -08:00
Родитель 5bff43f095
Коммит dfc2a6d8d4
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -541,6 +541,10 @@ BROKER_VHOST = 'zamboni'
BROKER_CONNECTION_TIMEOUT = 0.1
CELERY_RESULT_BACKEND = 'amqp'
CELERY_IGNORE_RESULT = True
# We have separate celeryds for processing the devhub as fast as possible.
CELERY_ROUTES = {
'devhub.tasks.validator': {'queue': 'devhub'},
}
## Fixture Magic