summaryrefslogtreecommitdiffstats
path: root/modules/queue/workerpool.go
Commit message (Expand)AuthorAgeFilesLines
* Rewrite queue (#24505)wxiaoguang2023-05-081-613/+0
* Correctly handle select on multiple channels in Queues (#22146)zeripath2022-12-301-1/+43
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix 64-bit atomic operations on 32-bit machines (#19531)Gusted2022-04-271-1/+4
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-1/+9
* Add number in queue status to monitor page (#18712)zeripath2022-02-121-0/+5
* Simplify Boost/Pause logic (#18673)zeripath2022-02-081-17/+36
* Restart zero worker if there is still work to do (#18658)zeripath2022-02-081-0/+14
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-051-0/+5
* Change some logging levels (#18421)zeripath2022-01-291-4/+4
* Prevent deadlocks in persistable channel pause test (#18410)zeripath2022-01-261-3/+8
* Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)zeripath2022-01-241-3/+1
* Pause queues (#15928)zeripath2022-01-221-44/+143
* format with gofumpt (#18184)65432022-01-201-1/+1
* 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