Skip to content

Commit 16b5532

Browse files
authored
Merge pull request #596 from cmu-delphi/sircal/add-new-signals
SirCAL default config: Update signals list and max ages
2 parents 352209e + 914cc1f commit 16b5532

File tree

1 file changed

+28
-15
lines changed

1 file changed

+28
-15
lines changed
Lines changed: 28 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,53 @@
11
{
2-
"channel": "#covid-19-outages",
2+
"channel": "#sir-complains-a-lot",
33
"slack_token": "",
44
"sources": {
55
"doctor-visits": {
66
"max_age": 5,
7-
"maintainers": ["U010VE2T51N"]
7+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
88
},
99
"hospital-admissions": {
1010
"max_age": 5,
11-
"maintainers": ["U010VE2T51N"],
12-
"retired-signals": ["smoothed_covid19", "smoothed_adj_covid19"]
11+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
12+
"retired-signals": ["smoothed_covid19","smoothed_adj_covid19"]
13+
},
14+
"chng": {
15+
"max_age": 6,
16+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
17+
},
18+
"google-symptoms": {
19+
"max_age": 11,
20+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
1321
},
1422
"ght": {
1523
"max_age": 5,
16-
"maintainers": ["U010VE2T51N"]
17-
},
18-
"jhu-csse": {
19-
"max_age": 2,
20-
"maintainers": ["UUCGWMJ5P"]
24+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2125
},
2226
"usa-facts": {
27+
"max_age": 3,
28+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
29+
},
30+
"jhu-csse": {
2331
"max_age": 2,
24-
"maintainers": ["UUCGWMJ5P"]
32+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2533
},
2634
"safegraph": {
27-
"max_age": 4,
28-
"maintainers": ["U010VE2T51N"]
35+
"max_age": 11,
36+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2937
},
3038
"fb-survey": {
31-
"max_age": 2,
39+
"max_age": 3,
3240
"maintainers": ["U01069KCRS7"]
3341
},
3442
"indicator-combination": {
35-
"max_age": 2,
36-
"maintainers": ["U010VE2T51N"],
43+
"max_age": 3,
44+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
3745
"retired-signals": ["nmf_day_doc_fbs_ght"]
46+
},
47+
"quidel": {
48+
"max_age":6,
49+
"maintainers": ["U01AP8GSWG3","U01069KCRS7"],
50+
"retired-signals": ["raw_pct_negative","smoothed_pct_negative","raw_tests_per_device","smoothed_tests_per_device"]
3851
}
3952
}
4053
}

0 commit comments

Comments
 (0)