fix(poller): initial ready channel
This commit is contained in:
parent
a13ed0c52e
commit
cab56996b7
|
@ -22,6 +22,7 @@ func New(cli client.Client, dispatch func(context.Context, *runnerv1.Task) error
|
|||
routineGroup: newRoutineGroup(),
|
||||
metric: &metric{},
|
||||
workerNum: workerNum,
|
||||
ready: make(chan struct{}, 1),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue