You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/alert_bot.py
+18-2Lines changed: 18 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,6 +116,12 @@ def init_alerts():
116
116
"Found proposals with hashes `{hashes}` that have significant amount of votes, but current validator didn't vote for them. Please check @tonstatus for more details.",
117
117
VALIDATION_PERIOD
118
118
),
119
+
"initial_sync_completed": Alert(
120
+
"info",
121
+
"Initial sync has been completed (info alert with no sound)",
122
+
"Node initial sync has been completed",
123
+
0
124
+
)
119
125
}
120
126
121
127
@@ -134,6 +140,7 @@ def __init__(self, ton, local, *args, **kwargs):
0 commit comments