2021-11-01 21:55:24 UTC - Ben Carver: Does OpenWhisk have support for any sort of <https://aws.amazon.com/blogs/aws/new-provisioned-concurrency-for-lambda-functions/|provisioned concurrency> like AWS Lambda? (a feature that keeps functions initialized and hyper-ready to respond in double-digit milliseconds)
If not, would something like this be relatively straight-forward to implement, at least on a basic level? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1635803724030700 ---- 2021-11-01 22:01:29 UTC - Matt Welke: I think rr mentioned this existing because it's how common kinds like Node.js are kept pre-warmed. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1635804089032400 ---- 2021-11-01 22:01:51 UTC - Matt Welke: That way when a Node.js action is invoked, there's a higher chance that there's a container already ready to go to load the code from the db and get going. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1635804111032900 ----