-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcc_daemon.config
More file actions
34 lines (29 loc) · 900 Bytes
/
cc_daemon.config
File metadata and controls
34 lines (29 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
daemon_sleep_time = 10
worker_sleep_time = 2
email_recipients = tushar.dave@duke.edu, qiu.qin@duke.edu, razvan.panea@duke.edu
[db_helper]
database = AnalysisDB_Test
host = 104.196.195.156
mysql_driver = mysql+pymysql
username = alex
password = j%*Ck22ZkDd=F2q=
[pipeline_queue]
max_cpus = 2048
[report_queue]
report_sub = pipeline_reports
report_topic = pipeline_reports
[platform]
zone = us-east1-c
nr_cpus = 2
mem = 8
disk_image = cc-runner-image
service_account_key_file = /new/path/to/key/file
cc_url = https://github.com/labdave/CloudConductor.git
report_topic = pipeline_reports
[email_reporter]
recipients = tushar.dave@duke.edu, qiu.qin@duke.edu, razvan.panea@duke.edu
subject_prefix = "CC-Daemon"
sender_address = davelab.gap.daemon@gmail.com
sender_pwd = DavelabRocks
host = smtp.gmail.com
port = 587