Documentation
¶
Index ¶
Constants ¶
View Source
const MaxAttempts = 3
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Celerceptor ¶
func NewCelerceptor ¶
func NewCelerceptor(logger *logging.Logger, cfg *config.Configuration) *Celerceptor
func (*Celerceptor) AdjustTicker ¶
func (c *Celerceptor) AdjustTicker(interval time.Duration)
func (*Celerceptor) Launch ¶
func (c *Celerceptor) Launch() error
func (*Celerceptor) Shutdown ¶
func (c *Celerceptor) Shutdown() error
type RetryableFunc ¶
type RetryableFunc func() error
type RetryableFuncF ¶
Click to show internal directories.
Click to hide internal directories.