aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/compass_conf/celeryconfig
blob: 4b4fd55fbf5827fb7d045025fdfb9af46c56c3a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Celery related setting: this is the default setting once we install RabbitMQ

CELERY_RESULT_BACKEND ="amqp://"
BROKER_URL = "amqp://guest:guest@compass-mq:5672//"


CELERY_IMPORTS=("compass.tasks.tasks",)
CELERY_ACCEPT_CONTENT = ['pickle', 'json', 'msgpack', 'yaml']
C_FORCE_ROOT = 1
CELERY_DEFAULT_QUEUE = 'admin@huawei.com'
CELERY_DEFAULT_EXCHANGE = 'admin@huawei.com'
CELERY_DEFAULT_ROUTING_KEY = 'admin@huawei.com'