summaryrefslogtreecommitdiff
path: root/pkg/states/worker_states.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/states/worker_states.go')
-rw-r--r--pkg/states/worker_states.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/states/worker_states.go b/pkg/states/worker_states.go
index 22fdfe8a..fe653cb4 100644
--- a/pkg/states/worker_states.go
+++ b/pkg/states/worker_states.go
@@ -16,6 +16,7 @@ const (
// StateStopping - process is being softly stopped.
StateStopping
+ // StateKilling - process is being forcibly stopped
StateKilling
// State of worker, when no need to allocate new one
@@ -27,5 +28,6 @@ const (
// StateErrored - error WorkerState (can't be used).
StateErrored
+ // StateRemove - worker is killed and removed from the stack
StateRemove
)