HTTP Webhook maximum time of waiting callback and number of simultaneously running instances

Artem Marchuk 1 Reputation point
2021-02-26T09:38:48.63+00:00

Hi everyone!
I'm going to use Azure Logic Apps for my business process automation and service orchestration.
I'm considering the HTTP Webhook as a way of organizing a wait node for certain external events.

But unfortunately I cannot see in the docs two important questions about HTTP Webhook

  1. What is the maximum time of waiting for callback if no timeout is specified?
  2. What is the maximum number of simultaneously running instances that can have HTTP Webhook waiting for a callback response?

If anyone know I will be very grateful for your answer!

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,775 questions
{count} votes

1 answer

Sort by: Most helpful
  1. JayaC-MSFT 5,516 Reputation points
    2021-03-05T18:19:17.19+00:00

    @Artem Marchuk To answer your question :

    1. there is no specific max timeout defined for this. Please refer to https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-create-api-app#action-patterns to understand how this works. Also , you can set timeout for particular actions (if required)

    74909-image.png

    1. You can specify/ limit the concurrency and see if that works for you : https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config#concurrency-and-debatching but I will also double check this and share the updates, if any.

    https://yourazurecoach.com/2017/08/29/logic-apps-concurrency-control/

    Does this help?

    0 comments No comments