Skip to content
This repository was archived by the owner on Mar 1, 2021. It is now read-only.

Commit 3e288c8

Browse files
committed
fix worker missing starting log message
1 parent 7c17f1a commit 3e288c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

worker/worker.go

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ func (w *Worker) work() {
6161
w.executor.MarkAsStopped()
6262
}()
6363

64+
log.Println("starting", w.name)
65+
6466
for w.executor.IsRunning() {
6567
err := w.callHookWithRecover(w.step)
6668
if err != nil {

0 commit comments

Comments
 (0)