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 2020/04/03 00:52:08 UTC

[GitHub] [openwhisk] ningyougang commented on a change in pull request #4871: Adjust prewarm container dynamically

ningyougang commented on a change in pull request #4871: Adjust prewarm container dynamically
URL: https://github.com/apache/openwhisk/pull/4871#discussion_r402677602
 
 

 ##########
 File path: ansible/files/runtimes.json
 ##########
 @@ -58,7 +58,8 @@
                 "stemCells": [
                     {
                         "count": 2,
-                        "memory": "256 MB"
+                        "memory": "256 MB",
+                        "ttlMinutes": 10
 
 Review comment:
   It seems unit of second is very small, and the unit of hour is too big.
   so i choosed the unit of minute.
   
   Does it make sense if we use unit of second?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services