From e3c983c21f925fef4b03f46a06663f1b29cfed34 Mon Sep 17 00:00:00 2001 From: vimtor Date: Fri, 8 May 2026 14:00:19 +0200 Subject: [PATCH] chore: reduce provider alerts query frequency --- infra/monitoring.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index 1b5d097c21..aa0624c619 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -137,7 +137,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsGo", { description, queryJson: providerHttpErrorsQuery("go"), alertType: "on_change", - frequency: 600, + frequency: 300, thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }], recipients: [ { @@ -156,7 +156,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", { description, queryJson: providerHttpErrorsQuery("zen"), alertType: "on_change", - frequency: 600, + frequency: 300, thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }], recipients: [ {