From b74f76975ac3e35c45252a6f7a1f3b67436d5d62 Mon Sep 17 00:00:00 2001 From: "Vincenzo.Veniero" Date: Thu, 16 Jan 2025 15:50:50 +0100 Subject: [PATCH] PN-13714: disable spring analyzer --- scripts/aws/cfn/microservice-dev-cfg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/aws/cfn/microservice-dev-cfg.json b/scripts/aws/cfn/microservice-dev-cfg.json index 963ba65e5..267f115dc 100644 --- a/scripts/aws/cfn/microservice-dev-cfg.json +++ b/scripts/aws/cfn/microservice-dev-cfg.json @@ -48,7 +48,7 @@ "AttachmentTimeToAddAfterExpiration": "120d", "SendMoreThan20GramsDefaultValue": "true", "MountEfs": "false", - "PnCronAnalyzer": "* */1 * * * *", + "PnCronAnalyzer": "-", "WireTapLogActivation": "false", "RaddOperatorCaf": "true", "RaddOperatorMooney": "true",