Skip to content

Commit 1e2e82c

Browse files
committed
Enable concurrency control only after the intial save
1 parent fa370d7 commit 1e2e82c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/connectors/connectors-create-api-servicebus.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 10/26/2024
8+
ms.date: 12/16/2024
99
ms.custom: engagement-fy23
1010
---
1111

@@ -133,11 +133,8 @@ To increase the timeout for sending a message, [add the **ServiceProviders.Servi
133133
> However, despite this setting, the message still might not complete if your workflow remains in a
134134
> throttled state at next polling interval.
135135
>
136-
> However, if you [turn on a Service Bus trigger's concurrency setting](../logic-apps/logic-apps-workflow-actions-triggers.md#change-trigger-concurrency),
137-
> the default value for the `maximumWaitingRuns` property is 10. Based on the Service Bus entity's lock duration setting
138-
> and the run duration for your workflow, this default value might be too large and might cause a "lock lost" exception.
139-
> To find the optimal value for your scenario, start testing with a value of 1 or 2 for the `maximumWaitingRuns` property.
140-
> To change the maximum waiting runs value, review [Change waiting runs limit](../logic-apps/logic-apps-workflow-actions-triggers.md#change-waiting-runs).
136+
> If you do still need to use concurrency control for a workflow with service bus trigger, we suggest creating and saving the workflow first,
137+
> and then edit the workflow to enable concurrency control. Do not enable concurrency control in the initial save.
141138
142139
### Service Bus built-in connector triggers
143140

0 commit comments

Comments
 (0)