-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathluigi.cfg-example
155 lines (127 loc) · 1.8 KB
/
luigi.cfg-example
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
[scheduler]
record_task_history=False
state_path=/opt/luigi-container/task-hist/luigi-state.pickle
retry-delay=600
worker-disconnect-delay=60
[execution_summary]
summary-length=1
[core]
default-scheduler-host=
default-scheduler-port=
max-reschedules=2
parallel-scheduling=true
rpc-connect-timeout=10.0
[worker]
max_reschedules=2
keep_alive=false
ping_interval=1.0
#kills job worker processes after 6 hours of running; set to 0 for no limit
timeout=21600
retry_external_tasks=false
[resources]
# Redshift has 500 max
# Heroku/pg has 500 max
# S3 has 300/sec max requests
redshift=400
s3=300
postgres=400
teradata=20
[host_resources]
redshift=200
hdfs=50
s3=300
memory=16
hive=50
spark=50
postgres=200
teradata=5
api=10
cpu=8
[retcode]
already_running=10
missing_data=20
task_failed=30
unhandled_exception=40
[slack]
api_token=
[google_drive]
credentials_json=
[google_sheets]
json_auth_file=
scope=https://spreadsheets.google.com/feeds
[postgres]
host=
port=
database=
user=
password=
[mysql]
host=
port=
database=
user=
password=
[splunk]
baseurl=
username=
password=
[redshift]
host=
port=
database=
user=
password=
aws_access_key_id=
aws_secret_access_key=
s3_region=
bucket=
import_schema_name=
actual_schema_name=
backup_schema_name=
incremental_schema_name=
[s3]
aws_access_key_id=
aws_secret_access_key=
calling_format=boto.s3.connection.OrdinaryCallingFormat
host=
[twilio]
account_id=
auth_token=
[googleads]
yaml=
[zendesk]
endpoint=
user=
password=
url=
[livechat]
livechat_url=
livechat_username=
livechat_pw=
livechat_token=
[braintree]
merchant_id=
public_key=
private_key=
[shiftplanning]
key=
username=
password=
[teradata]
appName=
appVersion=
method=odbc
system=
username=
password=
[kochava]
username=
password=
api_token=
[salesforce]
username=
password=
security_token=
[checkr]
api_key=
@:5432/