release-monitoring: Rise the deletetion threshold

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ý <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2020-07-22 09:41:20 +02:00
parent aa11be1b7d
commit 5d4511e5a8

View file

@ -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]