Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GaiaScheduler ¶
type GaiaScheduler interface { Init() SchedulePipeline(p *gaia.Pipeline, startReason string, args []*gaia.Argument) (*gaia.PipelineRun, error) SetPipelineJobs(p *gaia.Pipeline) error StopPipelineRun(p *gaia.Pipeline, runID int) error GetFreeWorkers() int32 CountScheduledRuns() int }
GaiaScheduler is a job scheduler for gaia pipeline runs.
Click to show internal directories.
Click to hide internal directories.