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 } );