package
4.9.0+incompatible
Repository: https://github.com/cybertec-postgresql/pg_timetable.git
Documentation: pkg.go.dev

# Functions

Max returns the maximum number of two arguments.
New returns a new instance of Scheduler.

# Constants

ContextCancelledStatus specifies the context has been cancelled probably due to timeout.
RunningStatus specifies the scheduler is in the main loop processing chains.
Shutdown specifies proper termination of the session.

# Variables

Cmd executes a command.
Tasks maps builtin task names with event handlers.

# Structs

Chain structure used to represent tasks chains.
IntervalChain structure used to represent repeated chains.
Scheduler is the main class for running the tasks.

# Type aliases

RunStatus specifies the current status of execution.