fix: make local queue PopItem can be notified (#39011)

This commit is contained in:
wxiaoguang
2026-08-22 09:30:41 +08:00
committed by GitHub
parent 5eba4f92ce
commit d2bc0097bc
11 changed files with 145 additions and 88 deletions
+3 -1
View File
@@ -14,7 +14,9 @@ import (
)
var (
infiniteTimerC = make(chan time.Time)
noNotifyChan chan struct{}
infiniteTimerC chan time.Time
batchDebounceDuration = 100 * time.Millisecond
workerIdleDuration = 1 * time.Second
shutdownDefaultTimeout = 2 * time.Second