apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.43k stars 1.16k forks source link

Idea for minimizing cold start time for chains of functions. #4075

Open juanestebanj opened 5 years ago

juanestebanj commented 5 years ago

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.

rabbah commented 5 years ago

Thanks for the suggestion a and thoughts @juanestebanj. This is related/duplicate of https://github.com/apache/incubator-openwhisk/issues/2359.