From 8d139003e80df743fc20d4c25a1652f8e4306cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 23 Jul 2021 11:01:16 +0200 Subject: [PATCH] release-monitoring: Lower the failure threshold for project deletion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Konečný --- roles/openshift-apps/release-monitoring/templates/anitya.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/release-monitoring/templates/anitya.toml b/roles/openshift-apps/release-monitoring/templates/anitya.toml index b072576d01..1409b0ed05 100644 --- a/roles/openshift-apps/release-monitoring/templates/anitya.toml +++ b/roles/openshift-apps/release-monitoring/templates/anitya.toml @@ -65,7 +65,7 @@ github_access_token = "{{ github_prod_release_monitoring }}" {% endif %} # Error threshold -check_error_threshold = 1000 +check_error_threshold = 100 # The logging configuration, in dictConfig format. [anitya_log_config]