TelephonyOutboundFixedIntervalRetryPolicy interface
A retry policy with a fixed interval between outbound call attempts.
- Extends
Properties
| interval | The fixed delay in seconds between attempts. |
| type | The fixed-interval retry strategy. |
Inherited Properties
| max_attempts | The maximum number of provider attempts, including the first attempt. Defaults to 1. |
Property Details
interval
The fixed delay in seconds between attempts.
interval: number
Property Value
number
type
The fixed-interval retry strategy.
type: "fixed_interval"
Property Value
"fixed_interval"
Inherited Property Details
max_attempts
The maximum number of provider attempts, including the first attempt. Defaults to 1.
max_attempts?: number
Property Value
number
Inherited From TelephonyOutboundRetryPolicy.max_attempts