release-monitoring: Change the error threshold

The previous error threshold seems to be too low, approximately 100
hours before the project is deleted if there is no mapping to downstream
and every check fails. Let's rise this up to 1000 retries, to give more
time to fix.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-01-22 11:44:45 +01:00
parent bb829c914e
commit e04145c5a6

View file

@ -65,7 +65,7 @@ github_access_token = "{{ github_prod_release_monitoring }}"
{% endif %}
# Error threshold
check_error_threshold = 100
check_error_threshold = 1000
# The logging configuration, in dictConfig format.
[anitya_log_config]