Nebula
Orchestrator

WorkerHandleState

generated from the sources
public enum WorkerHandleState

Members

NameValueDescription
LaunchingRequested; the machine is booting or the process is starting. Not yet on the control plane.
RunningThe host believes the worker is up (heartbeats are still the source of truth for liveness).
ExitedThe process exited or the machine is gone.
FailedThe host could not launch it at all (no executable, cloud API error, quota).

On this page