retry

package
v0.131.1-alpha2 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicRetrier

type BasicRetrier struct{}

func (*BasicRetrier) Retry

func (b *BasicRetrier) Retry(jobOpts chan<- job.StartOptions, opt job.StartOptions, previous job.Job)

type RDCRetrier

type RDCRetrier struct {
	RDCReader job.Reader
}

func (*RDCRetrier) Retry

func (b *RDCRetrier) Retry(jobOpts chan<- job.StartOptions, opt job.StartOptions, previous job.Job)

type Retrier

type Retrier interface {
	Retry(c chan<- job.StartOptions, opt job.StartOptions, previous job.Job)
}

Retrier represents the retry strategy.

Jump to

Keyboard shortcuts

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