[CI] workerqueue attempt to fix flacky test
This commit is contained in:
parent
0aa77d0b9e
commit
5c248adcf1
3 changed files with 28 additions and 12 deletions
|
@ -40,8 +40,6 @@ type WorkerPoolQueue[T any] struct {
|
|||
workerMaxNum int
|
||||
workerActiveNum int
|
||||
workerNumMu sync.Mutex
|
||||
|
||||
workerStartedCounter int32
|
||||
}
|
||||
|
||||
type flushType chan struct{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue