Skip to content
Snippets Groups Projects
Unverified Commit f85b5952 authored by Georg Koppen's avatar Georg Koppen
Browse files

Bug 40021: Exempt dannenberg from consensus-health and descriptor checks

dannenberg needs to get a handle on the overload situation first.
parent e4e2b437
No related branches found
No related tags found
1 merge request!7Bug 40021: Exempt dannenberg from consensus-health and descriptor checks
......@@ -29,6 +29,7 @@ DIRECTORY_AUTHORITIES = stem.directory.Authority.from_cache()
DIRAUTH_SKIP_CHECKS = (
'tor26', # tor26 DirPort does not service requests without a .z suffix
'dannenberg', # al asked for skipping the checks for now (2021-01-30)
)
EMAIL_SUBJECT = 'Consensus issues'
......
......@@ -31,6 +31,7 @@ error: %s
DIRAUTH_SKIP_CHECKS = (
'tor26', # tor26 DirPort does not service requests without a .z suffix
'dannenberg', # al asked for skipping the checks for now (2021-01-30)
)
log = util.get_logger('descriptor_checker')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment