worker

package
v0.4.1-beta.13 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package worker defines the daemon's background deployment worker, job queue, and concurrency management. It coordinates deployment tasks, tracks active jobs, and integrates with service orchestration and store layers. All deployment job execution logic and internal worker state are encapsulated in this package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Worker

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

func NewWorker

func NewWorker(m int, c *shared.Config, l *shared.Logger, s store.DeploymentStore) *Worker

func (*Worker) Submit

func (w *Worker) Submit(id string)

Jump to

Keyboard shortcuts

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