PricingBlog

API calls in parallel

  • patrickmast-1271066074082971711

    Patrick Mast

    1 year ago

    I need to make 5 API calls when the user clicks a button. Can I run all 5 in parallel, or execute them one after the other?
  • erikbeus-1271066363384827955

    Erik Beuschau

    1 year ago

    By default API calls run in parallel if you start them from the same event. We don't wait for 1 action to finish before starting the next one
    👍1