From 30c4fcb1a596335057888bb76fa168f5039426c1 Mon Sep 17 00:00:00 2001 From: vimtor Date: Thu, 7 May 2026 11:10:36 +0200 Subject: [PATCH] chore: fix honeycomb query frequency --- infra/monitoring.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index b2716bcabb..26ba573a07 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: 300, + frequency: 600, thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }], recipients: [ { @@ -156,7 +156,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", { description, queryJson: providerHttpErrorsQuery("zen"), alertType: "on_change", - frequency: 300, + frequency: 600, thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }], recipients: [ {