JesseStutler commented on code in PR #5221:
URL: https://github.com/apache/openwhisk/pull/5221#discussion_r922272361
##########
ansible/README.md:
##########
@@ -177,6 +177,23 @@ whisk.spi {
.
.
```
+#### Configure pause grace for the scheduler
+Set the value of pause-grace to 10s by default
+
+**core/invoker/src/main/resources/application.conf**
+```
+ container-proxy {
+ timeouts {
+ # The "unusedTimeout" in the ContainerProxy,
+ #aka 'How long should a container sit idle until we kill it?'
+ idle-container = 10 minutes
+ pause-grace = 10 seconds
+ keeping-duration = 1 second
Review Comment:
OK
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]