From 3271f2d5341d77b822dca91a9371d9c45db0c42e Mon Sep 17 00:00:00 2001 From: ljupcovangelski Date: Wed, 26 Oct 2022 14:42:13 +0200 Subject: [PATCH] [#3881] Increase timeout for helm job --- .../installer/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/components/installer/src/main/resources/application.properties b/backend/components/installer/src/main/resources/application.properties index c946d66392..fe4b81e79b 100644 --- a/backend/components/installer/src/main/resources/application.properties +++ b/backend/components/installer/src/main/resources/application.properties @@ -7,5 +7,5 @@ thpool.core-pool-size=${REQUESTED_CPU} thpool.max-pool-size=${LIMIT_CPU} thpool.queue-capacity=${QUEUE_CAPACITY:0} -retry.maxAttempts=${RETRY_MAX_ATTEMPTS:20} +retry.maxAttempts=${RETRY_MAX_ATTEMPTS:200} retry.maxDelay=${RETRY_MAX_DELAY:500}