Skip to content

Commit 7a6fc24

Browse files
authored
ignore combined signals (#2148)
1 parent 51fcec6 commit 7a6fc24

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": []
47+
"maintainers": [],
48+
"retired-signals": [
49+
"pct_ed_visits_combined",
50+
"smoothed_pct_ed_visits_combined"
51+
]
4852
},
4953
"nhsn": {
5054
"max_age":19,

sir_complainsalot/params.json.template

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,11 @@
4444
},
4545
"nssp": {
4646
"max_age":19,
47-
"maintainers": []
47+
"maintainers": [],
48+
"retired-signals": [
49+
"pct_ed_visits_combined",
50+
"smoothed_pct_ed_visits_combined"
51+
]
4852
}
4953
}
5054
}

0 commit comments

Comments
 (0)