Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ayazabbas committed May 24, 2024
1 parent 1774c7f commit 2edbedb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyth_observer/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ async def process_zenduty_events(self, current_time):
and info["last_window_failures"] <= resolution_threshold
):
logger.debug(f"Resolving Zenduty alert {identifier}")
resolved = True
if info["sent"]:
response = await send_zenduty_alert(
identifier, identifier, resolved=True
Expand Down

0 comments on commit 2edbedb

Please sign in to comment.