From 170d0e17390771e27ff58ba06ea5856dd7543a0e Mon Sep 17 00:00:00 2001 From: x032205 Date: Mon, 13 Oct 2025 10:53:44 -0400 Subject: [PATCH] increase polling interval to 60 seconds --- backend/src/services/health-alert/health-alert-queue.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/services/health-alert/health-alert-queue.ts b/backend/src/services/health-alert/health-alert-queue.ts index 4289f75dd..1d65d0f4d 100644 --- a/backend/src/services/health-alert/health-alert-queue.ts +++ b/backend/src/services/health-alert/health-alert-queue.ts @@ -47,7 +47,7 @@ export const healthAlertServiceFactory = ({ { batchSize: 1, workerCount: 1, - pollingIntervalSeconds: 1 + pollingIntervalSeconds: 60 } );