I read that you guys were open on suggestions about minimizing the time it takes a cold start for a chain of functions.
I thought of this idea:
One could have a very fast "warm up" function to an action that would "warm up" sleeping containers. That function would do no actual work and have an execution time less than 100 milliseconds. (Usually the smallest billable unit of cloud functions providers such as IBM Cloud).
All these functions would be called at the beginning of the chain of functions, for all containers involved in the chain.
So when the containers are called for actual work, there will be a higher probability for them to be already up.
One could configure this feature on or off depending on one's willingness to pay a little bit more to enhance the response times of chains of functions.
That "warm up" function might be provided automatically by OpenWhisk to all containers. For example, a small go function.
I have a feature request.
I read that you guys were open on suggestions about minimizing the time it takes a cold start for a chain of functions.
I thought of this idea:
That "warm up" function might be provided automatically by OpenWhisk to all containers. For example, a small go function.
Thank you.