From 1e926f26bad81762b84ccbd509a5c37e406beb1e Mon Sep 17 00:00:00 2001 From: akumar Date: Thu, 23 Nov 2023 09:09:05 +0100 Subject: [PATCH] fix: Add notification queue (for notification-srv process pending notifications job) --- cfg/config.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cfg/config.json b/cfg/config.json index 4457a06..19796ef 100644 --- a/cfg/config.json +++ b/cfg/config.json @@ -237,6 +237,16 @@ "lockDuration": 300000, "lockRenewTime": 150000 } + }, + { + "name": "notificationQueue", + "concurrency": 5, + "default": true, + "runMissedScheduled": true, + "advancedSettings": { + "lockDuration": 300000, + "lockRenewTime": 150000 + } } ], "authorization": {