package
Version:
v0.0.0-...-f9509b0
Opens a new window with list of versions in this module.
Published: Jun 21, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Do will perform N attempts to execute RetryableFunc.
MaxAttempts is the total number of attempts including the initial attempt.
MaxJitter the maximum amount of time between [0, maxJitter] to add to a delay.
type RetryableFunc func() error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.