package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Dec 16, 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
¶
Retry will retry the run the effector function in an exponential backoff
Effector will be the function called by the Retry function
type RetryConfig struct {
Count int `yaml:"count"`
Delay time.Duration `yaml:"delay"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.