diff --git a/worker/echo/main.go b/worker/echo/main.go index 668ddb02..5d712b5a 100644 --- a/worker/echo/main.go +++ b/worker/echo/main.go @@ -37,6 +37,10 @@ func echo( metadata map[string]string, data []byte, ) error { + // Emit a "WORKING" event, notifying listeners that a significant + // event in the worker has occurred. This is optional and may be emitted + // whenever appropriate. The data parameter may contain any number of + // key/value pairs that will be emitted along with the event. if err := w.EmitEvent( ipc.WorkerEventNameWorking, rcvId,