# Functions
NewDefaultRetryConstantBackoff Create a Constant Backoff Handler with 1 second.
NewDefaultRetryConstantBackoff Create a Constant Backoff Handler with 1 second.
NewDefaultExponentialBackoffMW Create a ExponentialBackoff Handler with Default settings.
NewConstandBackoffMW Create a Constant Backoff Handler with Specified Duration.
NewExponentialBackoffMW Create a ExponentialBackoff Handler Custom SettingsUses github.com/cenkalti/backoff/v4 as the Backoff Implementation.
NewConstandBackoffMW Create a Constant Backoff Handler with Specified Duration.
# Structs
RetryConstantBackoff is a Middleware that will retry jobs after failures.
RetryConstantBackoff is a Middleware that will retry jobs after failures.
RetryExponentialBackoff will retry a job using a exponential backoff By Default, it runs after Panics, Deferred Jobs (by other Middleware) or if OverLapped Jobs are prohibited.
No description provided by the author