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:
parent
bb829c914e
commit
e04145c5a6
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue