gitea/modules/queue
zeripath c8f7a6b774
Slightly simplify the queue settings code to help reduce the risk of problems ()
Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
..
bytefifo.go Add Unique Queue infrastructure and move TestPullRequests to this ()
helper.go Slightly simplify the queue settings code to help reduce the risk of problems ()
manager.go Fix broken FlushAll ()
queue.go Add queue for code indexer ()
queue_bytefifo.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_channel_test.go Fix Workerpool deadlock ()
queue_disk.go Allow common redis and leveldb connections ()
queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
queue_disk_channel_test.go use assignment in tests ()
queue_disk_test.go use assignment in tests ()
queue_redis.go Allow common redis and leveldb connections ()
queue_test.go Graceful Queues: Issue Indexing and Tasks ()
queue_wrapped.go Prevent timer leaks in Workerpool and others ()
setting.go Slightly simplify the queue settings code to help reduce the risk of problems ()
unique_queue.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_disk.go Allow common redis and leveldb connections ()
unique_queue_disk_channel.go Add Unique Queue infrastructure and move TestPullRequests to this ()
unique_queue_redis.go Allow common redis and leveldb connections ()
unique_queue_wrapped.go Add Unique Queue infrastructure and move TestPullRequests to this ()
workerpool.go Prevent timer leaks in Workerpool and others ()