scheduler

package
v1.16.6 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	Namespace          string
	AppID              string
	Actors             actors.Interface
	Channels           *channels.Channels
	WFEngine           wfengine.Interface
	Addresses          []string
	Security           security.Handler
	Healthz            healthz.Healthz
	SchedulerReminders bool
	SchedulerStreams   uint
}

type Scheduler added in v1.15.0

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

Scheduler manages the connection to the cluster of schedulers.

func New

func New(opts Options) (*Scheduler, error)

func (*Scheduler) Client added in v1.15.6

func (s *Scheduler) Client() client.Interface

func (*Scheduler) ReloadActorTypes added in v1.15.6

func (s *Scheduler) ReloadActorTypes(actorTypes []string)

func (*Scheduler) Run added in v1.15.0

func (s *Scheduler) Run(ctx context.Context) error

func (*Scheduler) StartApp added in v1.15.0

func (s *Scheduler) StartApp()

func (*Scheduler) StopApp added in v1.15.0

func (s *Scheduler) StopApp()

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

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