Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't return error when attempt of sending delta fails to allow next …
…attempt func ExponentialBackoffWithContext(ctx context.Context, backoff Backoff, condition ConditionWithContextFunc) error repeats a condition check with exponential backoff. It immediately returns an error if the condition returns an error, the context is cancelled or hits the deadline, or if the maximum attempts defined in backoff is exceeded (ErrWaitTimeout).
- Loading branch information