From c4d88ea67b02327fa2d860f9330c7db234a4ede3 Mon Sep 17 00:00:00 2001 From: Luke Neureiter <88110335+neul3@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:10:26 -0600 Subject: [PATCH 1/2] Update Sircal to Silence Safegraph alerts --- ansible/templates/sir_complainsalot-params-prod.json.j2 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ansible/templates/sir_complainsalot-params-prod.json.j2 b/ansible/templates/sir_complainsalot-params-prod.json.j2 index d1d432446..92e9ff2fb 100644 --- a/ansible/templates/sir_complainsalot-params-prod.json.j2 +++ b/ansible/templates/sir_complainsalot-params-prod.json.j2 @@ -38,11 +38,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"] }, - "safegraph": { - "max_age": 11, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": ["completely_home_prop", "full_time_work_prop", "part_time_work_prop", "median_home_dwell_time", "completely_home_prop_7dav", "full_time_work_prop_7dav", "part_time_work_prop_7dav", "median_home_dwell_time_7dav"] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"], From 7ea598aade92cedc4243c999ddfc7f5998d5579c Mon Sep 17 00:00:00 2001 From: Luke Neureiter <88110335+neul3@users.noreply.github.com> Date: Mon, 18 Jul 2022 13:14:57 -0600 Subject: [PATCH 2/2] Update Dev Parameters to remove Safegraph Alerts --- sir_complainsalot/params.json.template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sir_complainsalot/params.json.template b/sir_complainsalot/params.json.template index 735e7f7bd..fb6d0d38a 100644 --- a/sir_complainsalot/params.json.template +++ b/sir_complainsalot/params.json.template @@ -38,11 +38,6 @@ "maintainers": ["U01AP8GSWG3","U01069KCRS7"], "retired-signals": ["confirmed_7dav_cumulative_num", "confirmed_7dav_cumulative_prop", "deaths_7dav_cumulative_num", "deaths_7dav_cumulative_prop"] }, - "safegraph": { - "max_age": 11, - "maintainers": ["U01AP8GSWG3","U01069KCRS7"], - "retired-signals": ["completely_home_prop", "full_time_work_prop", "part_time_work_prop", "median_home_dwell_time", "completely_home_prop_7dav", "full_time_work_prop_7dav", "part_time_work_prop_7dav", "median_home_dwell_time_7dav"] - }, "quidel": { "max_age":6, "maintainers": ["U01AP8GSWG3","U01069KCRS7"],