57
58
// Validate validates a retry policy
60
>
if policy == nil {
62
>
return nil
63
>
}
64
65
if policy.GetMaximumAttempts() == 1 {