Skip to content

Commit 9408852

Browse files
authored
Merge pull request #923 from cmu-delphi/main
Deploy several changes to SirCAL to production
2 parents fd69047 + b671019 commit 9408852

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

ansible/templates/sir_complainsalot-params-prod.json.j2

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"channel": "#sir-complains-a-lot",
23
"log_filename": "/var/log/indicators/sircal.log",
34
"slack_token": "{{ sir_complainsalot_slack_token }}",
45
"sources": {
@@ -19,10 +20,6 @@
1920
"max_age": 11,
2021
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2122
},
22-
"ght": {
23-
"max_age": 5,
24-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
25-
},
2623
"usa-facts": {
2724
"max_age": 3,
2825
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
@@ -38,7 +35,7 @@
3835
"fb-survey": {
3936
"max_age": 3,
4037
"maintainers": ["U01069KCRS7"],
41-
"retired-signals": ["smoothed_wearing_mask", "smoothed_wwearing_mask"]
38+
"retired-signals": ["smoothed_anxious_5d", "smoothed_wanxious_5d", "smoothed_depressed_5d", "smoothed_wdepressed_5d", "smoothed_felt_isolated_5d", "smoothed_wfelt_isolated_5d", "smoothed_large_event_1d", "smoothed_wlarge_event_1d", "smoothed_restaurant_1d", "smoothed_wrestaurant_1d", "smoothed_shop_1d", "smoothed_wshop_1d", "smoothed_spent_time_1d", "smoothed_wspent_time_1d", "smoothed_travel_outside_state_5d", "smoothed_wtravel_outside_state_5d", "smoothed_work_outside_home_1d", "smoothed_wwork_outside_home_1d", "smoothed_wearing_mask", "smoothed_wwearing_mask"]
4239
},
4340
"indicator-combination": {
4441
"max_age": 4,

sir_complainsalot/params.json.template

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020
"max_age": 11,
2121
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
2222
},
23-
"ght": {
24-
"max_age": 5,
25-
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
26-
},
2723
"usa-facts": {
2824
"max_age": 3,
2925
"maintainers": ["U01AP8GSWG3","U01069KCRS7"]
@@ -39,7 +35,7 @@
3935
"fb-survey": {
4036
"max_age": 3,
4137
"maintainers": ["U01069KCRS7"],
42-
"retired-signals": ["smoothed_wearing_mask", "smoothed_wwearing_mask"]
38+
"retired-signals": ["smoothed_anxious_5d", "smoothed_wanxious_5d", "smoothed_depressed_5d", "smoothed_wdepressed_5d", "smoothed_felt_isolated_5d", "smoothed_wfelt_isolated_5d", "smoothed_large_event_1d", "smoothed_wlarge_event_1d", "smoothed_restaurant_1d", "smoothed_wrestaurant_1d", "smoothed_shop_1d", "smoothed_wshop_1d", "smoothed_spent_time_1d", "smoothed_wspent_time_1d", "smoothed_travel_outside_state_5d", "smoothed_wtravel_outside_state_5d", "smoothed_work_outside_home_1d", "smoothed_wwork_outside_home_1d", "smoothed_wearing_mask", "smoothed_wwearing_mask"]
4339
},
4440
"indicator-combination": {
4541
"max_age": 3,

0 commit comments

Comments
 (0)