cron

package
v1.13.3 Latest Latest
Warning

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

Go to latest
Published: Jun 6, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidatedCronSpec added in v0.10.8

func ValidatedCronSpec(tomlString string) (job.Job, error)

Types

type Cron

type Cron struct {
	// contains filtered or unexported fields
}

Cron runs a cron jobSpec from a CronSpec

func NewCronFromJobSpec

func NewCronFromJobSpec(
	jobSpec job.Job,
	pipelineRunner pipeline.Runner,
	logger logger.Logger,
) (*Cron, error)

NewCronFromJobSpec instantiates a job that executes on a predefined schedule.

func (*Cron) Close

func (cr *Cron) Close() error

Close implements the job.Service interface. It stops this job from running and cleans up resources.

func (*Cron) Start

func (cr *Cron) Start(context.Context) error

Start implements the job.Service interface.

type Delegate

type Delegate struct {
	// contains filtered or unexported fields
}

func NewDelegate

func NewDelegate(pipelineRunner pipeline.Runner, lggr logger.Logger) *Delegate

func (*Delegate) AfterJobCreated added in v0.10.11

func (d *Delegate) AfterJobCreated(spec job.Job)

func (*Delegate) BeforeJobCreated added in v1.11.0

func (d *Delegate) BeforeJobCreated(spec job.Job)

func (*Delegate) BeforeJobDeleted added in v0.10.11

func (d *Delegate) BeforeJobDeleted(spec job.Job)

func (*Delegate) JobType

func (d *Delegate) JobType() job.Type

func (*Delegate) ServicesForSpec

func (d *Delegate) ServicesForSpec(spec job.Job) (services []job.ServiceCtx, err error)

ServicesForSpec returns the scheduler to be used for running cron jobs

Jump to

Keyboard shortcuts

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