autobuild

package
v2.10.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: AGPL-3.0 Imports: 19 Imported by: 0

Documentation

Overview

Package autobuild contains logic for scheduling workspace builds in the background.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NextAutostartSchedule added in v2.4.0

func NextAutostartSchedule(at time.Time, wsSchedule string, templateSchedule schedule.TemplateScheduleOptions) (time.Time, bool)

NextAutostartSchedule takes the workspace and template schedule and returns the next autostart schedule after "at". The boolean returned is if the autostart should be allowed to start based on the template schedule.

Types

type Executor

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

Executor automatically starts or stops workspaces.

func NewExecutor

New returns a new wsactions executor.

func (*Executor) Run

func (e *Executor) Run()

Run will cause executor to start or stop workspaces on every tick from its channel. It will stop when its context is Done, or when its channel is closed.

func (*Executor) WithStatsChannel

func (e *Executor) WithStatsChannel(ch chan<- Stats) *Executor

WithStatsChannel will cause Executor to push a RunStats to ch after every tick.

type Stats

type Stats struct {
	Transitions map[uuid.UUID]database.WorkspaceTransition
	Elapsed     time.Duration
	Errors      map[uuid.UUID]error
}

Stats contains information about one run of Executor.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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