Retry Interval
The number of seconds between each retry attempt for Azure Copy Activity.
The value is emitted as the Copy Activity's RetryInterval property. When the setting is blank, 30 is used.
When to Change This Setting
Keep the default 30 seconds for typical transient failures. Lengthen the interval when retries should wait out longer-lived conditions such as sustained source throttling.
Related Settings
| Setting | Interaction |
|---|---|
| Retry Attempts | Retries only happen when this is greater than 0 |
Notes
- This setting is part of the Azure Copy settings category.
- The default value for this setting is
30.