Cloudflare Workflows: The Newest Developer Platform Primitive at Cloudflare

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

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

  • @TheRanaTouseef
    @TheRanaTouseef 25 วันที่ผ่านมา +2

    spent a week building a workflow without workflows using cron triggers. I can imagine how powerful this thing is.

  • @lizziesiegle1149
    @lizziesiegle1149 หลายเดือนก่อน +5

    D1-LINER SO GOOD

  • @benc9765
    @benc9765 หลายเดือนก่อน +5

    Mate, any chance of a Cloudflare t-shirt?

    • @benc9765
      @benc9765 หลายเดือนก่อน +1

      Any chance?

    • @craigsdennis
      @craigsdennis 19 วันที่ผ่านมา

      Come see us at an event!

  • @maazm4722
    @maazm4722 หลายเดือนก่อน +1

    Is it possible to limit the execution of a workflow, for example max 5 publish workflow per second or concurrently ? many apis like the openAI one are rate limited

    • @craigsdennis
      @craigsdennis 21 วันที่ผ่านมา +1

      Yep this is configurable at the step level

    • @maazm4722
      @maazm4722 19 วันที่ผ่านมา

      @@craigsdennis thanks for your answer , can you give me a link to the doc for this ? I was not able to find anything

  • @emircanerkul
    @emircanerkul หลายเดือนก่อน +3

    Instead
    If (true) {do}
    Go with
    If (false) return
    do

  • @aromanstuff
    @aromanstuff หลายเดือนก่อน

    at 4:59 - How does casting a regular error `as NonRetryableError` do anything at all...? surely you'd need to throw an error that could be introspected at runtime as a different kind of error, rather than only via the type system?

    • @craigsdennis
      @craigsdennis หลายเดือนก่อน

      Nice eyes! You're right I was recording in BETA and it was abstract so I was avoiding the squiggle. It works like you think it should now.

  • @stdmpa
    @stdmpa หลายเดือนก่อน

    Is this Step Functions 🦋

  • @michaeltendo
    @michaeltendo หลายเดือนก่อน

    I want to find more difference from Queues besides the built-in retry logic

    • @craigsdennis
      @craigsdennis หลายเดือนก่อน

      Every one of the endpoints in order where you have built in retry and exponential backoffs and can sleep for a specific timeframe, all in one reportable execution. Values of each step are memoized. Think an opinionated queue like solution with timers