From b6489dfdd7bbe69c37d8e53a081fbd64666f6338 Mon Sep 17 00:00:00 2001 From: minhkhul Date: Mon, 2 Jun 2025 14:41:10 -0400 Subject: [PATCH] ignore combined signals --- ansible/templates/sir_complainsalot-params-prod.json.j2 | 6 +++++- sir_complainsalot/params.json.template | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 7bb2d179a..8a63276dc 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -44,7 +44,11 @@ }, "nssp": { "max_age":19, - "maintainers": [] + "maintainers": [], + "retired-signals": [ + "pct_ed_visits_combined", + "smoothed_pct_ed_visits_combined" + ] }, "nhsn": { "max_age":19, diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index 64c4bee17..65c0498e3 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -44,7 +44,11 @@ }, "nssp": { "max_age":19, - "maintainers": [] + "maintainers": [], + "retired-signals": [ + "pct_ed_visits_combined", + "smoothed_pct_ed_visits_combined" + ] } } }