Skip to content

Commit d754a22

Browse files
Merge pull request #210444 from ecfan/patch-6
Update date, fix table formatting
2 parents d47c5c9 + 84a291e commit d754a22

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/logic-apps/logic-apps-exception-handling.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: dereklee
77
ms.author: deli
88
ms.reviewer: estfan, laveeshb, azla
99
ms.topic: how-to
10-
ms.date: 08/23/2022
10+
ms.date: 09/07/2022
1111
---
1212

1313
# Handle errors and exceptions in Azure Logic Apps
@@ -82,7 +82,6 @@ Connector operations that support retry policies use the **Default** policy unle
8282
| `type` | <*retry-policy-type*> | String | The retry policy type to use: `default`, `none`, `fixed`, or `exponential` |
8383
| `count` | <*retry-attempts*> | Integer | For `fixed` and `exponential` policy types, the number of retry attempts, which is a value from 1 - 90. For more information, review [Fixed Interval](#fixed-interval) and [Exponential Interval](#exponential-interval). |
8484
| `interval`| <*retry-interval*> | String | For `fixed` and `exponential` policy types, the retry interval value in [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations). For the `exponential` policy, you can also specify [optional maximum and minimum intervals](#optional-max-min-intervals). For more information, review [Fixed Interval](#fixed-interval) and [Exponential Interval](#exponential-interval). <br><br>**Consumption**: 5 seconds (`PT5S`) to 1 day (`P1D`). <br>**Standard**: For stateful workflows, 5 seconds (`PT5S`) to 1 day (`P1D`). For stateless workflows, 1 second (`PT1S`) to 1 minute (`PT1M`). |
85-
|||||
8685

8786
<a name="optional-max-min-intervals"></a>
8887

@@ -92,7 +91,6 @@ Connector operations that support retry policies use the **Default** policy unle
9291
|----------|-------|------|-------------|
9392
| `maximumInterval` | <*maximum-interval*> | String | For the `exponential` policy, the largest interval for the randomly selected interval in [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations). The default value is 1 day (`P1D`). For more information, review [Exponential Interval](#exponential-interval). |
9493
| `minimumInterval` | <*minimum-interval*> | String | For the `exponential` policy, the smallest interval for the randomly selected interval in [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations). The default value is 5 seconds (`PT5S`). For more information, review [Exponential Interval](#exponential-interval). |
95-
|||||
9694

9795
<a name="default"></a>
9896

@@ -161,7 +159,6 @@ The exponential interval retry policy specifies that the trigger or action waits
161159
|------|-------------------|----------------|-------|
162160
| Maximum delay | Default: 1 day | Default: 1 hour | To change the default limit in a Consumption logic app workflow, use the [retry policy parameter](logic-apps-exception-handling.md#retry-policies). <p><p>To change the default limit in a Standard logic app workflow, review [Edit host and app settings for logic apps in single-tenant Azure Logic Apps](edit-app-settings-host-settings.md). |
163161
| Minimum delay | Default: 5 sec | Default: 5 sec | To change the default limit in a Consumption logic app workflow, use the [retry policy parameter](logic-apps-exception-handling.md#retry-policies). <p><p>To change the default limit in a Standard logic app workflow, review [Edit host and app settings for logic apps in single-tenant Azure Logic Apps](edit-app-settings-host-settings.md). |
164-
|||||
165162

166163
**Random variable ranges**
167164

0 commit comments

Comments
 (0)