Activity Timeout
Maximum amount of time that the pipeline will wait for a Fabric notebook activity to complete. The format is in D.HH:MM:SS. When the timeout is reached, the activity is marked as failed.
The value is emitted as the Timeout property of the generated notebook activities. A blank value is emitted as 0.12:00:00 (12 hours).
When to Change This Setting
Reduce it when a run that exceeds an expected duration should fail fast, or increase it for loads that legitimately run longer than 12 hours.
Related Settings
| Setting | Interaction |
|---|---|
| Retry Attempts | Retries the activity after a timeout failure |
| Notebook Timeout | The inner timeout for notebook runs inside the control notebook's DAG |
Notes
- This setting is part of the Microsoft Fabric settings category.
- The default value for this setting is
0.12:00:00.