Package Products :: Package ZenUtils :: Package celeryintegration :: Module constants
[hide private]
[frames] | no frames]

Source Code for Module Products.ZenUtils.celeryintegration.constants

 1  ############################################################################## 
 2  #  
 3  # Copyright (C) Zenoss, Inc. 2012, all rights reserved. 
 4  #  
 5  # This content is made available according to terms specified in 
 6  # License.zenoss under the directory where your Zenoss product is installed. 
 7  #  
 8  ############################################################################## 
 9   
10   
11  BROKER_HOST = 'BROKER_HOST' 
12  BROKER_PORT = 'BROKER_PORT' 
13  BROKER_USER = 'BROKER_USER' 
14  BROKER_PASSWORD = 'BROKER_PASSWORD' 
15  BROKER_VHOST = 'BROKER_VHOST' 
16  BROKER_USE_SSL = 'BROKER_USE_SSL' 
17  RESULT_BACKEND = 'CELERY_RESULT_BACKEND' 
18  MAX_TASKS_PER_PROCESS = 'CELERY_MAX_TASKS_PER_CHILD' 
19  NUM_WORKERS = 'CELERYD_CONCURRENCY' 
20  USE_CELERY_LOGGING = 'CELERYD_HIJACK_ROOT_LOGGER' 
21  LOG_FORMAT = 'CELERYD_LOG_FORMAT' 
22  TASK_LOG_FORMAT = 'CELERYD_TASK_LOG_FORMAT' 
23  STDOUT_LOG_LEVEL = 'CELERY_REDIRECT_STDOUTS_LEVEL' 
24  ACK_LATE = "CELERY_ACKS_LATE" 
25