This is great! Thank you so much! Looks like the lines between cloud run and cloud functions are getting more blurry
@ravichanderkt3262 жыл бұрын
Thanks for the traffic splitting, eventarc demo. I was looking out for this long time.
@dheer2112 жыл бұрын
Very nice insight into 2nd Gen Cloud Functions thanks Stephanie
@matthewbeardsley70042 жыл бұрын
Concurrency is great, really looking forward to that for HTTP requests. Global edge functions would be great as others have mentioned... :-)
@omarlx2 жыл бұрын
Congratulations great job!!! Progressive deployment it's amazing
@laughingReed2 жыл бұрын
Cristal clear thank you
@thedude002 жыл бұрын
Great video. What is the pricing model? When 2nd gen was first announced, I couldn't find this clearly stated anywhere in the blog posts or documentation.
@WaxN-ey6vj2 жыл бұрын
According to the official. Cloud Functions (2nd gen) pricing is based on Cloud Run pricing. For information about Cloud Run pricing, see the Cloud Run Pricing page.
@sabihass53612 жыл бұрын
Clearly explained, thanks! :)
@HelloJaewon2 жыл бұрын
In my opinion, some features such as longer processing time, greater compute power seem to be not a great improvement compared to 1st gen. I think this is just configuration changes. Why they announced these as new feature in 2nd gen? Anyway, this is great video describing google cloud functions. Thank you.
@epoolranggi54802 жыл бұрын
it is because 1st gen can't be configured to the new compute power. and the long processing power can't be configured to 60 minutes. so it is a new feature to be highlight.
@julioconradomarinardila32696 ай бұрын
Excelente sistema para el trabajo en la nube
@victoranosike26212 жыл бұрын
Doesn't concurency affect CPU utilization of the one instance running the concurrent requests heavily?
@riscnx2 жыл бұрын
So no improvement in cold start time? Just concurrency support, which should have always been there for NodeJS at least.
@juanluislopez82922 жыл бұрын
2nd gen for firebase functions? Any other language support?
@Derealsal_it_onez2 жыл бұрын
保守的發展是代碼厭倦的親切價值神經支配😍🥰😘❤️👍🏿
@seanknowles99852 жыл бұрын
Pretty slow to release updates, why aren't firebase functions updated yet? Also developing locally you need to deploy a package.json and node modules per function pretty ridiculous. Lastly, where are the global edge functions to compete with AWS lambda at the edge? It's an okay update, but honestly still way behind the competition.
@shubhamchaudhari68842 жыл бұрын
Please allow us to use custom images for Cloud Functions!! Edit: please tell me if I'm missing any workaround.
@riscnx2 жыл бұрын
Are you doing it for binary library support? Forget it. Come to AWS.
@eduardogutierrezsilva57333 ай бұрын
This is a two year old comment but, can’t you do that with 2nd gen functions and specifying a builder 🤔
@rickharold78842 жыл бұрын
Super cool
@nishitkumar76502 жыл бұрын
need a tutorial video on deploy nodejs app on cloud run
@baharstudio56292 жыл бұрын
how I got job in google ?
@baharstudio56292 жыл бұрын
@@juliogadiolisoares3157 thanks
@acyutanand8 ай бұрын
Why does developer need to port their code from 1 to 2. It should happen automatically.
@Daniel1341-t2p2 жыл бұрын
Gcloud is THEcloud
@nickjunes7 ай бұрын
Too bad you don't say anywhere that if you have config variables anywhere in a file, even if it's not within the v2 function it will trigger some port container error message that has nothing to do with the actual problem. I spent 2 days trying to figure this out. You really need to put a note about this in your upgrade guide. It's not intuitive at all that if you have any v1 functions still using the . config style config then it keeps the v2 functions from deploying properly and gives you a PORT error even if the v2 function body has NO .config in it. Come on guys this is a huge gotcha. At least have an appropriate error message.
@dzivojelic10 ай бұрын
Very bad experience with function unfortunately hard to test lack of emulators for services no https support in emulator overall use azure or aws