-
Notifications
You must be signed in to change notification settings - Fork 1
/
redis-jobrunner-conf.json
48 lines (48 loc) · 1.19 KB
/
redis-jobrunner-conf.json
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
{
"groups": {
"basic": {
"runners": 8,
"include": [
"*"
],
"exclude": [
"DispatchChanges",
"CreateProfilePages",
"cirrusSearchElasticaWrite",
"SetProfileType",
"NormalizeDoi"
],
"low-priority": [
"htmlCacheUpdate"
]
},
"dispChanges": {
"runners": 32,
"include": [
"DispatchChanges"
],
"low-priority": [
"cirrusSearchElasticaWrite"
]
},
"profiles": {
"runners": 4,
"include": [
"CreateProfilePages",
"SetProfileType",
"OpenAlex",
"NormalizeDoi"
]
}
},
"limits": {},
"redis": {
"aggregators": [
"redis:6379"
],
"queues": [
"redis:6379"
]
},
"dispatcher": "/var/www/html/maintenance/run runJobs --type=%(type)x --maxtime=%(maxtime)x --memory-limit=%(maxmem)x --result=json --conf=/shared/LocalSettings.php"
}