abstract

package
v0.133.1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2024 License: AGPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrWarmupScriptFailed = errors.New("warm-up script failed")
	ErrWarmupTimeout      = errors.New("warm-up script timed out")
)

Functions

This section is empty.

Types

type Instance

type Instance interface {
	Run(ctx context.Context, config *runconfig.RunConfig) error
	WorkingDirectory(projectDir string, dirtyMode bool) string
	Close(ctx context.Context) error
	Attributes() []attribute.KeyValue
}

type WarmableInstance added in v0.113.0

type WarmableInstance interface {
	// Warmup can be optionally called in case of a persistent worker is configured to be warm
	Warmup(
		ctx context.Context,
		ident string,
		env map[string]string,
		warmupScript string,
		warmupTimeout time.Duration,
		logger *echelon.Logger,
	) error
}

Jump to

Keyboard shortcuts

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