Commit 13f7ec45 by Guba Sándor

add CELERY_TASK_RESULT_EXPIRES

parent 690c4fac
......@@ -11,7 +11,7 @@ celery = Celery('storagedriver', backend='amqp',
include=['storagedriver'])
celery.conf.update(
CELERY_TASK_RESULT_EXPIRES = 300,
CELERY_QUEUES=(
Queue(HOSTNAME + '.storage', Exchange(
'storagedriver', type='direct'), routing_key='storagedriver'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment