From 5d4511e5a859a1079867c16407713083412bb481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Wed, 22 Jul 2020 09:41:20 +0200 Subject: [PATCH] release-monitoring: Rise the deletetion threshold MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will prevent deletion of the projects till https://github.com/fedora-infra/anitya/issues/929 is fixed. The current threshold will take approximatelly 10 years to reach for project that is constantly failing when retrieving new version. 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 83813a510f..f595f7f19b 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 = 100 +check_error_threshold = 100000 # The logging configuration, in dictConfig format. [anitya_log_config]