process_manager

package
v0.0.0-...-76ed67e Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2020 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrOverRecovery = errors.New("exceeding the value of RecoverThreshold")

Functions

This section is empty.

Types

type ExternalWorkers

type ExternalWorkers struct {
	// The thing to execute code, this lets us customise calls, e.g. py xyz.py
	RunnerCall string

	TargetFile string

	App            string // the file:app string
	Adapter        string // The python adapter for frameworks
	ConnectionPort int    // The unique port assigned

	WorkerCount   int // Amount of actual processes
	ShardsPerProc int // Amount of ws connections

	// The secure string to allow the worker to actually connect
	WorkerAuth string
	// contains filtered or unexported fields
}

func (*ExternalWorkers) StartExternalWorkers

func (ew *ExternalWorkers) StartExternalWorkers()

Jump to

Keyboard shortcuts

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