Documentation ¶
Overview ¶
Package scheduler is responsible for the scheduling of runs
Index ¶
Constants ¶
View Source
const LockID int64 = 5577006791947779410
LockID guarantees only one scheduler on a cluster is running at any time.
Variables ¶
This section is empty.
Functions ¶
func NewScheduler ¶
func NewScheduler(opts Options) *scheduler
Types ¶
type Options ¶
type Options struct { logr.Logger WorkspaceService RunService }
type RunService ¶
type WorkspaceService ¶
Click to show internal directories.
Click to hide internal directories.