Hacker News new | ask | show | jobs
by jpochtar 2020 days ago
Does this apply to Firebase functions as well?
2 comments

Firebase functions is essentially same as google cloud functions. In my personal experience cloud run starts up much faster compared to cloud functions even on a cold start. The min instances feature makes it even faster.
Unfortunately not.