Skip to content

Commit

Permalink
Fix dup alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Aug 20, 2024
1 parent f4f4ee5 commit 80cdcf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions analytics/provisioning/alerting/alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -504,12 +504,8 @@ groups:
summary_discord_vault_link,
summary_discord_strategy_link,
(
(
coalesce(decision_should_harvest, true) -- if this is null, there was an error before
and not summary_harvested
) or (
decision_level = 'error'
)
coalesce(decision_should_harvest, true) -- if this is null, there was an error before
and not summary_harvested
) :: integer as value
FROM
harvest_report_vault_details r
Expand Down

0 comments on commit 80cdcf3

Please sign in to comment.