From c4aed0989cdfe2714a5577c2166bee146bf7d382 Mon Sep 17 00:00:00 2001 From: Shaun Ford Date: Thu, 24 May 2018 15:52:29 -0700 Subject: [PATCH] Increase timeout for KMS create key calls --- src/main/resources/cms.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/cms.conf b/src/main/resources/cms.conf index 6d0200715..8c2bf8fcd 100644 --- a/src/main/resources/cms.conf +++ b/src/main/resources/cms.conf @@ -84,6 +84,7 @@ hystrix.command.KmsEncrypt.execution.isolation.thread.timeoutInMilliseconds=3000 # Default AWS limit was 5 as of Aug 2017 hystrix.threadpool.KmsCreateKey.coreSize=5 +hystrix.command.KmsCreateKey.execution.isolation.thread.timeoutInMilliseconds=2000 # Default AWS limit was 5 as of Aug 2017 hystrix.threadpool.KmsCreateAlias.coreSize=5