You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/04/22 05:57:37 UTC

[GitHub] [openwhisk] style95 commented on a diff in pull request #5221: Change the value of pause-grace for new scheduler

style95 commented on code in PR #5221:
URL: https://github.com/apache/openwhisk/pull/5221#discussion_r855789446


##########
core/invoker/src/main/resources/application.conf:
##########
@@ -154,7 +154,7 @@ whisk {
       # The "unusedTimeout" in the ContainerProxy,
       #aka 'How long should a container sit idle until we kill it?'
       idle-container = 10 minutes
-      pause-grace = 50 milliseconds
+      pause-grace = 10 seconds

Review Comment:
   This will affect the old scheduler too.
   It looks fine to me as I think each downstream would use its own timeout.
   But worth listening to others' opinions.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org