From 1441d6724c241ed33ff2904df42e5553561e00f5 Mon Sep 17 00:00:00 2001 From: yungwine Date: Tue, 29 Oct 2024 12:20:30 +0400 Subject: [PATCH] increase out_of_sync and service_down alerts timeouts --- modules/alert_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/alert_bot.py b/modules/alert_bot.py index c618dae0..d542c40f 100644 --- a/modules/alert_bot.py +++ b/modules/alert_bot.py @@ -48,12 +48,12 @@ class Alert: "out_of_sync": Alert( "critical", "Node is out of sync on {sync} sec.", - 0 + 300 ), "service_down": Alert( "critical", "validator.service is down.", - 0 + 300 ), "adnl_connection_failed": Alert( "high",