Disable load check until we have a process of actively addressing it

This commit is contained in:
Matthew Sevey 2021-11-24 14:13:26 -05:00
parent 124695c17e
commit 31cf9fb59e
No known key found for this signature in database
GPG Key ID: 9ADDD344F13057F6
1 changed files with 3 additions and 1 deletions

View File

@ -43,7 +43,9 @@ setup()
async def run_checks():
print("Running Skynet portal health checks")
try:
await check_load_average()
# Disabling load check until we have metrics solution and process to
# better address
# await check_load_average()
await check_disk()
await check_health()
await check_alerts()