|
@@ -50,7 +50,7 @@ def template_names():
|
|
|
|
|
|
@template()
|
|
@template()
|
|
class default(object):
|
|
class default(object):
|
|
- BROKER_HEARTBEAT=2
|
|
|
|
|
|
+ BROKER_HEARTBEAT=30
|
|
CELERY_ACCEPT_CONTENT = ['json']
|
|
CELERY_ACCEPT_CONTENT = ['json']
|
|
CELERY_DEFAULT_QUEUE = CSTRESS_QUEUE
|
|
CELERY_DEFAULT_QUEUE = CSTRESS_QUEUE
|
|
CELERY_TASK_SERIALIZER = 'json'
|
|
CELERY_TASK_SERIALIZER = 'json'
|