Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
doctor
Commits
f85b5952
Unverified
Commit
f85b5952
authored
Feb 23, 2021
by
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
consensus_health_checker.py
View file @
f85b5952
...
...
@@ -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'
...
...
descriptor_checker.py
View file @
f85b5952
...
...
@@ -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'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment