From 8b747f237eac2af9ad5ecedce07ad5eea82fcce6 Mon Sep 17 00:00:00 2001 From: minhkhul Date: Thu, 13 Feb 2025 10:18:53 -0500 Subject: [PATCH] remove secondary signals from sircal configs --- ansible/templates/sir_complainsalot-params-prod.json.j2 | 8 +------- sir_complainsalot/params.json.template | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index 0dc66608d..7bb2d179a 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -44,13 +44,7 @@ }, "nssp": { "max_age":19, - "maintainers": [], - "retired-signals": [ - "pct_ed_visits_combined_2023rvr", - "pct_ed_visits_covid_2023rvr", - "pct_ed_visits_influenza_2023rvr", - "pct_ed_visits_rsv_2023rvr" - ] + "maintainers": [] }, "nhsn": { "max_age":19, diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index cf784774f..64c4bee17 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -44,13 +44,7 @@ }, "nssp": { "max_age":19, - "maintainers": [], - "retired-signals": [ - "pct_ed_visits_combined_2023rvr", - "pct_ed_visits_covid_2023rvr", - "pct_ed_visits_influenza_2023rvr", - "pct_ed_visits_rsv_2023rvr" - ] + "maintainers": [] } } }