Parameters
Optionalpolicy: RetryPolicy- defaults: {
backoffCoefficient: number;
maximumAttempts: number;
maximumInterval: number;
} = ...backoffCoefficient: number
maximumAttempts: number
maximumInterval: number
Returns {
backoff_coefficient: number;
max_retry_attempts: number;
maximum_interval_seconds: number;
}
Normalized retry policy with numeric values
backoff_coefficient: number
max_retry_attempts: number
maximum_interval_seconds: number
Normalizes retry policy configuration to a consistent format. Converts maximumInterval to seconds and applies defaults.