You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/queue
wxiaoguang 6465f94a2d
Fix queue worker incorrectly stopped when there are still more items in the queue (#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.
11 months ago
..
lqinternal Help to recover from corrupted levelqueue (#24912) 2 years ago
backoff.go Rewrite queue (#24505) 2 years ago
base.go Rewrite queue (#24505) 2 years ago
base_channel.go Improve queue & process & stacktrace (#24636) 2 years ago
base_channel_test.go Rewrite queue (#24505) 2 years ago
base_dummy.go Rewrite queue (#24505) 2 years ago
base_levelqueue.go Help to recover from corrupted levelqueue (#24912) 2 years ago
base_levelqueue_common.go Help to recover from corrupted levelqueue (#24912) 2 years ago
base_levelqueue_test.go Help to recover from corrupted levelqueue (#24912) 2 years ago
base_levelqueue_unique.go Help to recover from corrupted levelqueue (#24912) 2 years ago
base_redis.go Improve queue & process & stacktrace (#24636) 2 years ago
base_redis_test.go Kd/fix redis unit test (#24650) 2 years ago
base_test.go Rewrite queue (#24505) 2 years ago
config.go Rewrite queue (#24505) 2 years ago
manager.go Improve queue and logger context (#24924) 2 years ago
manager_test.go Increase queue length (#27555) 1 year ago
queue.go Document the queue item's marshaling behavior (#27271) 1 year ago
testhelper.go Rewrite queue (#24505) 2 years ago
workergroup.go Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) 11 months ago
workerqueue.go Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) 11 months ago
workerqueue_test.go Fix queue worker incorrectly stopped when there are still more items in the queue (#29532) 11 months ago