Skip to content

Commit fcfa12d

Browse files
xuehonggecfan
andauthored
Update articles/logic-apps/logic-apps-limits-and-config.md
Co-authored-by: Esther Fan <[email protected]>
1 parent 9286570 commit fcfa12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ By default, the HTTP action and APIConnection actions follow the [standard async
309309

310310
| Name | Multi-tenant | Single-tenant | Notes |
311311
|------|--------------|---------------|-------|
312-
| Request trigger (inbound) - Content size limit per 5-minute rolling interval per workflow | 3145728 KB | None | This limit applies only to the content size for inbound requests received by the Request trigger. If there are 100 workers in the backend, each worker will have a limit of 3145728000/100 = 31457280 bytes. Using new HTTP client for each request will help distribute the calls evenly on all nodes to avoid running into throttling prematurely. |
312+
| Request trigger (inbound) - Content size limit per 5-minute rolling interval per workflow | 3,145,728 KB | None | This limit applies only to the content size for inbound requests received by the Request trigger. <br><br>For example, suppose the backend has 100 workers. Each worker has a limit of 31,457,280 bytes, which is the result from dividing 3,145,728,000 bytes by 100 workers. To avoid experiencing premature throttling, use a new HTTP client for each request, which helps evenly distribute the calls across all nodes. |
313313

314314
<a name="message-size-limits"></a>
315315

0 commit comments

Comments
 (0)