From d91bd5d72c5f63fb8f1428f8b335272f842931ad Mon Sep 17 00:00:00 2001 From: Ertugrul Aypek Date: Wed, 8 Jan 2025 18:04:40 +0100 Subject: [PATCH] reduce prod termination grace period --- deploy/prod/common-values-iris-mpc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/prod/common-values-iris-mpc.yaml b/deploy/prod/common-values-iris-mpc.yaml index ab98485ab..3ca52fc0a 100644 --- a/deploy/prod/common-values-iris-mpc.yaml +++ b/deploy/prod/common-values-iris-mpc.yaml @@ -92,4 +92,4 @@ preStop: sleepPeriod: 10 # terminationGracePeriodSeconds specifies the grace time between SIGTERM and SIGKILL -terminationGracePeriodSeconds: 360 # 3x SMPC__PROCESSING_TIMEOUT_SECS +terminationGracePeriodSeconds: 120 # TODO: make it 3x SMPC__PROCESSING_TIMEOUT_SECS