Skip to content

Commit 2f82be4

Browse files
authored
Merge pull request #179654 from AbodeSaafan/master
Adding action execution timeout setting
2 parents a2c4afe + bb97531 commit 2f82be4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

articles/logic-apps/edit-app-settings-host-settings.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ These settings affect the throughput and capacity for single-tenant Azure Logic
159159
| `Runtime.FlowRetentionThreshold` | `90.00:00:00` <br>(90 days) | Sets the amount of time to keep workflow run history after a run starts. |
160160
| `Runtime.Backend.FlowRunTimeout` | `90.00:00:00` <br>(90 days) | Sets the amount of time a workflow can continue running before forcing a timeout. <p><p>**Important**: Make sure this value is less than or equal to the `Runtime.FlowRetentionThreshold` value. Otherwise, run histories can get deleted before the associated jobs are complete. |
161161
||||
162+
163+
<a name="run-actions"></a>
164+
165+
### Run actions
166+
167+
| Setting | Default value | Description |
168+
|---------|---------------|-------------|
169+
| `Runtime.FlowRunRetryableActionJobCallback.ActionJobExecutionTimeout` | `00:10:00` <br>(10 minutes) | Sets the amount of time for a workflow action job to run before timing out and retrying. |
170+
||||
162171

163172
<a name="inputs-outputs"></a>
164173

0 commit comments

Comments
 (0)