Skip to content

Commit 0790709

Browse files
Merge pull request #252782 from kromerm/timeout
Timeout
2 parents 56bd8bd + f8ba1db commit 0790709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

articles/data-factory/concepts-pipelines-activities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Policies affect the run-time behavior of an activity, giving configuration optio
215215

216216
JSON name | Description | Allowed Values | Required
217217
--------- | ----------- | -------------- | --------
218-
timeout | Specifies the timeout for the activity to run. | Timespan | No. Default timeout is 12 hours.
218+
timeout | Specifies the timeout for the activity to run. | Timespan | No. Default timeout is 12 hours, minimum 10 minutes.
219219
retry | Maximum retry attempts | Integer | No. Default is 0
220220
retryIntervalInSeconds | The delay between retry attempts in seconds | Integer | No. Default is 30 seconds
221221
secureOutput | When set to true, the output from activity is considered as secure and aren't logged for monitoring. | Boolean | No. Default is false.

includes/azure-data-factory-limits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Azure Data Factory is a multitenant service that has the following default limit
3333
| Maximum queued runs per pipeline | 100 | 100 |
3434
| Characters per expression | 8,192 | 8,192 |
3535
| Minimum tumbling window trigger interval | 5 min | 15 min |
36+
| Minimum timeout for pipeline activity runs | 10 min | 10 min |
3637
| Maximum timeout for pipeline activity runs | 7 days | 7 days |
3738
| Bytes per object for pipeline objects<sup>3</sup> | 200 KB | 200 KB |
3839
| Bytes per object for dataset and linked service objects<sup>3</sup> | 100 KB | 2,000 KB |

0 commit comments

Comments
 (0)