do not send reminder alerts

This commit is contained in:
Alex Tau 2025-08-15 19:30:57 +03:00
parent 5c57e1765e
commit 13fd4b05d9

View file

@ -75,6 +75,7 @@ class BaseChecker:
for alert in alerts: for alert in alerts:
await send_alert(alert, note="ongoing") await send_alert(alert, note="ongoing")
if not self.is_reminder:
for alert in alerts: for alert in alerts:
await send_healthchecks_status(alert) await send_healthchecks_status(alert)