worker

package
v0.0.0-...-50b27ac Latest Latest
Warning

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

Go to latest
Published: Oct 3, 2023 License: MIT Imports: 6 Imported by: 2

README

worker

Пакет worker реализует воркера в системе распределённой сборки. Воркер ходит с heartbeat-ами к координатору, получает с него джобы, выполняет их и посылает результаты назад на координатор.

Основная функциональность воркера тестируется интеграционными тестами из пакета disttest.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Worker

type Worker struct {
}

func New

func New(
	workerID api.WorkerID,
	coordinatorEndpoint string,
	log *zap.Logger,
	fileCache *filecache.Cache,
	artifacts *artifact.Cache,
) *Worker

func (*Worker) Run

func (w *Worker) Run(ctx context.Context) error

func (*Worker) ServeHTTP

func (w *Worker) ServeHTTP(rw http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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