From 34a31304e11fec19be47285aaee4b5ebd04a6646 Mon Sep 17 00:00:00 2001 From: Kerkesni Date: Thu, 31 Oct 2024 16:14:15 +0100 Subject: [PATCH] fix notification config --- extensions/notification/NotificationConfigValidator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/notification/NotificationConfigValidator.js b/extensions/notification/NotificationConfigValidator.js index 9b2a3d689..d9df1dae0 100644 --- a/extensions/notification/NotificationConfigValidator.js +++ b/extensions/notification/NotificationConfigValidator.js @@ -32,6 +32,7 @@ const joiSchema = joi.object({ queueProcessor: { groupId: joi.string().required(), concurrency: joi.number().greater(0).default(1000), + logConsumerMetricsIntervalS: joi.number().greater(0).default(60), }, destinations: joi.array().items(destinationSchema).default([]), // probeServer: probeServerJoi.default(),