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 2021/07/27 16:11:51 UTC

[GitHub] [openwhisk] rabbah commented on issue #5143: Controlling termination time for warm containers.

rabbah commented on issue #5143:
URL: https://github.com/apache/openwhisk/issues/5143#issuecomment-887644467


   This would likely need to be a new feature - “run and done” actions. Would not be hard to implement.
   You can also try changing the idle container timeout - I don't know off hand if `0 minutes` will work but you can try and let us know.
   ```
     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 = 150 milliseconds
       }
     }
   ```


-- 
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