Versions in this module Expand all Collapse all v1 v1.7.6 Sep 9, 2024 v1.7.5 Jul 28, 2024 Changes in this version + type ExecutionHandlerFunc func() (shouldRetry bool, err error) + type RetryExecutor struct + Context context.Context + ErrorMessage string + ExecutionHandler ExecutionHandlerFunc + LogMsgPrefix string + MaxRetries int + RetriesIntervalMilliSecs int + func (runner *RetryExecutor) Execute() error + func (runner *RetryExecutor) LogRetry(attemptNumber int, err error) + type TimeoutError struct + func (retryErr TimeoutError) Error() string