Serverless workflows in Google Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024

ความคิดเห็น • 23

  • @vdobromyslov
    @vdobromyslov 3 ปีที่แล้ว

    I love it. It's way more easier than messing with Apache Airflow. Especially when you have all business logic in Cloud Functions. But Workflows product has one significant drawback - lack of Plug-n-Play adapters for various sources.

  • @cesao89
    @cesao89 4 ปีที่แล้ว +2

    Very good, I was search for a service like this!

  • @weilieschok2001
    @weilieschok2001 3 ปีที่แล้ว +1

    I am so interested in this. With exp from MS power automate (formally flow), I strongly suggest to get a more friendly "IDE" to model the whole processes

  • @cyak1181
    @cyak1181 4 ปีที่แล้ว +1

    Some customers may be worried about vendor lock-in. And it would be nice to address that concern partially if possible. Otherwise a good launch. Inching the gap with AWS and Azure.

  • @ecoodigital
    @ecoodigital 2 ปีที่แล้ว

    Thank you Filip!

  • @jfbaro2
    @jfbaro2 3 ปีที่แล้ว +1

    Thanks for sharing! I really believe in Serverless Architecture and Workflows is a great addition to that! Is GCP Workflows able to (AOT) start my Cloud Functions so that the Cloud Functions themselves won't suffer from Cold Starts? It should be possible to "predict" which functions would potentially be called and pre-warm them in case there are not enough functions ready to be used. Looking forward to seeing the next big improvements in Google's Serverless components!

    • @patricknelson
      @patricknelson 2 ปีที่แล้ว +1

      I know that now you can finally set your Cloud Run services to a minimum that’s 1 or more, if that helps. If not, then presumably you could maybe make a special workflow that separately checks logic with lower thresholds to ping services to “warm” them up (if you allow it to scale to zero) to save a bit on costs, maybe. 🤔

  • @vipingupta-qh5hl
    @vipingupta-qh5hl ปีที่แล้ว

    Nice information on Workflows, will you please also confirm if workflows store any user/application data. for example if invoice is created at cloud run and PDF generate at cloud function level, during these two steps does workflows store any invoice data. in the example you are showing at the outcome of previous step become the input, in that process does workflow store any data.

  • @bondsmagi
    @bondsmagi 4 ปีที่แล้ว +1

    Great product

  • @tntg5
    @tntg5 ปีที่แล้ว

    How do you execute a workflow from a google cloud function ?
    In my case I have a list of task I need to run synchronesly.
    A pubsub function runs at a given moment, queries a list of items that need to enter the workflow, and then send them to workflow to be treated one at a time.
    Is this the right tool for this need ?

  • @dfnhnrtsbnsdfbgs
    @dfnhnrtsbnsdfbgs 4 ปีที่แล้ว

    Very interesting

  • @ishamismailhv2709
    @ishamismailhv2709 2 ปีที่แล้ว

    what is the similar function in google cloud as Lambda AWS....Could you please help me??

  • @RMG0785
    @RMG0785 2 ปีที่แล้ว

    anyway to allow redirect if redirected by an http-get url response?

  • @brainscott
    @brainscott 4 ปีที่แล้ว

    awesome

  • @maeshk1153
    @maeshk1153 4 ปีที่แล้ว +1

    Sir can give us latest 2020 coupon code for student GCP

  • @krishanunayek785
    @krishanunayek785 2 ปีที่แล้ว

    I was trying implement exception handling. in the except block can we call another python api ? ideally it should work but getting error.

    • @magnusred2945
      @magnusred2945 2 ปีที่แล้ว

      Did you get this figured out?

  • @MichaelHatch
    @MichaelHatch 4 ปีที่แล้ว +1

    don't think I would choose this over temporal.io. Much rather write workflow logic in code vs yaml :/

    • @magnusred2945
      @magnusred2945 2 ปีที่แล้ว

      Temporal is so hard to host, even their cloud offering you need to manage certificates and such

  • @lukkyxtz
    @lukkyxtz 3 ปีที่แล้ว +1

    Any plans on expanding languages in which we can write the workflow logic? i rather use cloud run and create my own workflows w/auth to a bunch of services there than create logic in yaml

    • @magnusred2945
      @magnusred2945 2 ปีที่แล้ว

      That's basically temporal