summaryrefslogtreecommitdiff
path: root/worker.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker.go')
-rw-r--r--worker.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/worker.go b/worker.go
index df45a1c8..811bda5f 100644
--- a/worker.go
+++ b/worker.go
@@ -186,6 +186,9 @@ func (w *Worker) Exec(rqs *Payload) (rsp *Payload, err error) {
}
}
+ // todo: attach when payload is complete
+ // todo: new status
+
w.state.set(StateReady)
return rsp, err
}