retry

package
v0.0.0-...-00d472e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 8, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Count is the number of times we will retry an API call
	Count = 20
	// WindowsAPIInterval is the wait time between calls to the Windows OS API in case of failure
	WindowsAPIInterval = 5 * time.Second
	// Interval is the wait time between API calls on a failure
	Interval = 15 * time.Second
	// Timeout is the total time we will wait for an event to occur.
	Timeout = time.Minute * 10
	// ResourceChangeTimeout is the total time waited for a change (create/update/delete) to take place
	ResourceChangeTimeout = time.Minute * 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL