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/06/19 03:28:16 UTC

[GitHub] [openwhisk] wangxw001 opened a new issue #4925: Why does staggered execution of functions cause cold starts?

wangxw001 opened a new issue #4925:
URL: https://github.com/apache/openwhisk/issues/4925


   I deployed OpenWhisk on a single host. When I call both functions continuously at the same time,  cold start occurs. So why does staggered execution of functions cause cold starts?
   ![image](https://user-images.githubusercontent.com/48479042/85093833-dc6bbd00-b21f-11ea-99cb-68a7824bc35c.png)
   
   
   
   
   
   


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



[GitHub] [openwhisk] rabbah commented on issue #4925: Why does staggered execution of functions cause cold starts?

Posted by GitBox <gi...@apache.org>.
rabbah commented on issue #4925:
URL: https://github.com/apache/openwhisk/issues/4925#issuecomment-817317818


   The current heuristics are such that as you saturate some worker nodes, you get new worker nodes, which leads to some cold starts. To answer this question with more detail, you'd need to share your configuration and test setup.


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



[GitHub] [openwhisk] style95 commented on issue #4925: Why does staggered execution of functions cause cold starts?

Posted by GitBox <gi...@apache.org>.
style95 commented on issue #4925:
URL: https://github.com/apache/openwhisk/issues/4925#issuecomment-646432302


   It depends on your local configuration.
   How many memory did you configure for an invoker and in which interval did you invoke each action?


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



[GitHub] [openwhisk] rabbah closed issue #4925: Why does staggered execution of functions cause cold starts?

Posted by GitBox <gi...@apache.org>.
rabbah closed issue #4925:
URL: https://github.com/apache/openwhisk/issues/4925


   


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