scheduler

package
v0.1.0-alpha.4 Latest Latest
Warning

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

Go to latest
Published: Dec 3, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func WithVisibilityTimeout

func WithVisibilityTimeout(vt uint) func(*config)

Types

type Scheduler

type Scheduler interface {
	Init(context.Context) error
	Schedule(context.Context, string, time.Duration) error
	Monitor(context.Context) error
	Shutdown() error
}

func New

func New(name string, redisConfig *iredis.RedisConfig, exec func(context.Context, string) error, opts ...func(*config)) Scheduler

Jump to

Keyboard shortcuts

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