Updated the unknown state

This commit is contained in:
RGanor
2022-05-23 16:46:11 +00:00
parent 3d2ad1abc0
commit 1bee833326
2 changed files with 27 additions and 1 deletions

View File

@ -1191,7 +1191,7 @@ def health():
if not domain_to_query:
current_app.logger.error("No domain found to query a health check")
return make_response("Down", 503)
return make_response("Unknown", 503)
try:
domain.get_domain_info(domain_to_query.name)