Retry Attempts
Number of retry attempts for Fabric pipeline activities. This specifies how many times the pipeline service will attempt to re-run a Fabric notebook activity in case of failure. A value of 0 means no retries will be attempted.
The value is emitted as the Retry property of the generated notebook activities. A blank value is emitted as 0.
When to Change This Setting
Increase it when transient failures (for example capacity throttling) should be retried automatically instead of failing the pipeline run.
Related Settings
| Setting | Interaction |
|---|---|
| Retry Interval | The wait between retry attempts |
| Activity Timeout | The maximum duration of each attempt |
Notes
- This setting is part of the Microsoft Fabric settings category.
- The default value for this setting is
0.