From 6b88a3691f38ad5c7abf6d52cea6bd65e68599d9 Mon Sep 17 00:00:00 2001 From: Muhammad <112552552+muhammad-keyvalue@users.noreply.github.com> Date: Fri, 9 Jan 2026 16:44:02 +0530 Subject: [PATCH] Revert "feat: Change rateLimitPerFrequency of send-notification-task" --- rest/src/main/resources/siren/tasks/sendNotificationTask.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/src/main/resources/siren/tasks/sendNotificationTask.json b/rest/src/main/resources/siren/tasks/sendNotificationTask.json index fd502445c..b08c2b28d 100644 --- a/rest/src/main/resources/siren/tasks/sendNotificationTask.json +++ b/rest/src/main/resources/siren/tasks/sendNotificationTask.json @@ -13,7 +13,7 @@ "retryDelaySeconds": 10, "responseTimeoutSeconds": 1200, "inputTemplate": {}, - "rateLimitPerFrequency": 2000, + "rateLimitPerFrequency": 500, "rateLimitFrequencyInSeconds": 1, "ownerEmail": "admin@sirenapp.io", "backoffScaleFactor": 1