This is an automated email from the ASF dual-hosted git repository.

style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e3414ced Adjust the keeping duration. (#5208)
3e3414ced is described below

commit 3e3414ced7fb6e6d85b95f0f9cdd43a0a68da4fd
Author: Dominic Kim <[email protected]>
AuthorDate: Wed Apr 6 10:58:03 2022 +0900

    Adjust the keeping duration. (#5208)
---
 core/invoker/src/main/resources/application.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/invoker/src/main/resources/application.conf 
b/core/invoker/src/main/resources/application.conf
index 2dc80d483..25818f53d 100644
--- a/core/invoker/src/main/resources/application.conf
+++ b/core/invoker/src/main/resources/application.conf
@@ -155,7 +155,7 @@ whisk {
       #aka 'How long should a container sit idle until we kill it?'
       idle-container = 10 minutes
       pause-grace = 50 milliseconds
-      keeping-duration = 60 minutes
+      keeping-duration = 1 second
     }
     action-health-check {
       enabled = false # if true, prewarm containers will be pinged 
periodically and warm containers will be pinged once after resumed

Reply via email to