Skip to content

Commit e7c1599

Browse files
authored
Updates per dev
1 parent 0fec9cc commit e7c1599

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/logic-apps/logic-apps-limits-and-config.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ Some connector operations make asynchronous calls or listen for webhook requests
143143
| Name | Multi-tenant limit | Integration service environment limit | Notes |
144144
|------|--------------------|---------------------------------------|-------|
145145
| Outbound request | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of outbound requests include outgoing calls such as HTTP webhook subscribe operations. <p><p>**Tip**: For longer running operations, use an [asynchronous polling pattern](../logic-apps/logic-apps-create-api-app.md#async-pattern) or an [until loop](../logic-apps/logic-apps-workflow-actions-triggers.md#until-action). |
146-
| Synchronous response | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of synchrounous responses include outgoing calls such as HTTP webhook unsubscribe operations. <p><p>**Note**: For the original caller to get the response, all steps in the response must finish within the limit unless you call another logic app as a nested workflow. For more information, see [Call, trigger, or nest logic apps](../logic-apps/logic-apps-http-endpoint.md). |
147-
| Inbound request | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of inbound requests include calls received by a Request trigger. |
146+
| Inbound request | 120 seconds <br>(2 minutes) | 240 seconds <br>(4 minutes) | Examples of inbound requests include calls received by a Request trigger and synchronous responses such as HTTP webhook unsubscribe operations. <p><p>**Note**: For the original caller to get the response, all steps in the response must finish within the limit unless you call another logic app as a nested workflow. For more information, see [Call, trigger, or nest logic apps](../logic-apps/logic-apps-http-endpoint.md). |
148147
|||||
149148

150149
#### Message size

0 commit comments

Comments
 (0)