summaryrefslogtreecommitdiffstats
path: root/modules/queue/workerpool.go
Commit message (Expand)AuthorAgeFilesLines
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-061-4/+12
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-34/+21
* Only use boost workers for leveldb shadow queues (#15696)zeripath2021-05-021-2/+40
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-18/+4
* Fix Workerpool deadlock (#10283)zeripath2020-02-151-1/+1
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-7/+87
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+325