mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:58:59 +01:00
52f52f60f1
Backport #29532 Without `case <-t.C`, the workers would stop incorrectly, the test won't pass. For the worse case, there might be only one running worker processing the queue items for long time because other workers are stopped. The root cause is related to the logic of doDispatchBatchToWorker. It isn't a serious problem at the moment, so keep it as-is. (cherry picked from commit 86cd94cba6d63c84528f6f8d52b1ec22b44ac2f8) |
||
---|---|---|
.. | ||
lqinternal | ||
backoff.go | ||
base.go | ||
base_channel.go | ||
base_channel_test.go | ||
base_dummy.go | ||
base_levelqueue.go | ||
base_levelqueue_common.go | ||
base_levelqueue_test.go | ||
base_levelqueue_unique.go | ||
base_redis.go | ||
base_redis_test.go | ||
base_test.go | ||
config.go | ||
manager.go | ||
manager_test.go | ||
queue.go | ||
testhelper.go | ||
workergroup.go | ||
workerqueue.go | ||
workerqueue_test.go |