Skip to content

Commit bf0c333

Browse files
Merge pull request #292038 from xuehongg/mybranch3
Enable concurrency control only after the initial save
2 parents 72b6de0 + ea27e91 commit bf0c333

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 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,9 @@ 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 must change the concurrency on a Service Bus auto-complete trigger, don't make this change before
137+
> you initially save your workflow. Create and save your workflow first before you edit the trigger to change the concurrency.
138+
```
141139
142140
### Service Bus built-in connector triggers
143141

0 commit comments

Comments
 (0)