release-monitoring: Lower the failure threshold for project deletion

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-07-23 11:01:16 +02:00
parent bbf19c899d
commit 8d139003e8

View file

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