Documentation
¶
Overview ¶
Package retryx helps to retry operations
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Attempts is the number of attempts Attempts uint = 4 // Delay is the base interval for exponential backoff Delay = 500 * time.Millisecond )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.