-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.local.yaml
329 lines (326 loc) · 6.98 KB
/
config.local.yaml
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
---
project_name: &project_name test
debug: true
default_retries_delay: 15
priority_depth_check_delay: 15
task_timeout: 120
port: 10000
instances_bucket_limit: 20
finished_tasks: 0
proxy-manager-api: http://78.46.81.238:3128
max_retries: 15
auto_throttling: false
is_running: false
nsqlookupd_ip: http://localhost:4161
nsqd_nodes:
- ip: localhost:4150
waiting_tasks: 0
pause_time: 0
max_processor_retries: 15
max_failed: 5
memory_limit: 0.01
retrying_delay: 5
register_service:
port: 12735
host: localhost
cluster: debug
ty_components:
fetcher:
port: 8000
queues:
priority:
concurrent: 10
msg_timeout: 300
channel: tasks
topic: priority_f
share: true
writable: true
readable: true
processor_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_p
share: true
writable: true
readable: false
deferred:
concurrent: 5
msg_timeout: 300
channel: tasks
topic: deferred_f
share: true
writable: true
readable: true
retries:
concurrent: 1
msg_timeout: 300
channel: tasks
topic: retries
writable: true
readable: true
exceptions:
channel: tasks
topic: exceptions_f
concurrent: 0
msg_timeout: 0
share: true
writable: true
readable: false
result_transporter:
port: 9000
queues:
priority:
concurrent: 10
msg_timeout: 30
channel: tasks
topic: priority_rt
share: true
writable: false
readable: true
scheduler_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_s
share: true
writable: true
readable: false
fetcher_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_f
share: true
writable: true
readable: false
processor_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_p
share: true
writable: true
readable: false
exceptions:
concurrent: 20
msg_timeout: 30
channel: tasks
topic: exceptions_rt
share: true
writable: true
readable: true
fetcher_exceptions:
concurrent: 20
msg_timeout: 30
channel: tasks
topic: exceptions_f
share: true
writable: false
readable: true
processor_exceptions:
concurrent: 20
msg_timeout: 30
channel: tasks
topic: exceptions_p
share: true
writable: false
readable: true
scheduler_exceptions:
concurrent: 20
msg_timeout: 30
channel: tasks
topic: exceptions_s
share: true
writable: false
readable: true
scheduler:
port: 10000
queues:
priority:
concurrent: 20
msg_timeout: 300
channel: tasks
topic: priority_s
share: true
writable: false
readable: true
fetcher_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_f
share: true
writable: true
readable: false
processor_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_p
share: true
writable: true
readable: false
processor_deferred:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: deferred_p
share: true
writable: true
readable: false
fetcher_deferred:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: deferred_f
share: true
writable: true
readable: false
exceptions:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: exceptions_s
share: true
writable: true
readable: false
processor:
port: 11000
queues:
priority:
concurrent: 20
msg_timeout: 300
channel: tasks
topic: priority_p
share: true
writable: false
readable: true
scheduler_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_s
share: true
writable: true
readable: false
result_transporter_priority:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: priority_rt
share: true
writable: true
readable: false
fetcher_retries:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: retries_f
share: true
writable: true
readable: false
deferred:
concurrent: 20
msg_timeout: 60
channel: tasks
topic: deferred_p
share: true
writable: true
readable: true
exceptions:
concurrent: 0
msg_timeout: 0
channel: tasks
topic: exceptions_p
share: true
writable: true
readable: false
donor:
port: 12000
queues:
priority:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: dev_priority_p
writable: true
fetcher_deferred:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: deferred_f
writable: true
fetcher_priority:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: priority_f
writable: true
processor_deferred:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: deferred_p
writable: true
processor_priority:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: priority_p
writable: true
result_transporter_priority:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: priority_rt
writable: true
scheduler_priority:
channel: tasks
concurrent: 0
msg_timeout: 0
readable: false
share: true
topic: priority_s
writable: true
services:
mongo:
production:
- name: main
details:
host: localhost
port: 27017
db_names:
- *project_name
debug:
- name: main
details:
host: localhost
port: 27017
db_names:
- *project_name
redis:
production:
- name: main
details:
host: localhost
port: 6380
password:
debug:
- name: main
details:
host: localhost
port: 6380
password: