From 7bd5da5327e0d6f602627006d55cf803b8c4a4c7 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Thu, 2 May 2019 17:17:16 +0300 Subject: fixing tests --- state.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'state.go') diff --git a/state.go b/state.go index 4d8b1eaa..d3ac2a2f 100644 --- a/state.go +++ b/state.go @@ -26,6 +26,9 @@ const ( // StateWorking - working on given payload. StateWorking + // StateDestroying - worker has been marked as being destroyed. + StateDestroying + // StateStreaming - indicates that worker is streaming the data at the moment. StateStreaming -- cgit v1.2.3