summaryrefslogtreecommitdiffstats
path: root/modules/queue/unique_queue_disk_channel.go
Commit message (Expand)AuthorAgeFilesLines
* Properly flush unique queues on startup (#23154)zeripath2023-02-281-8/+33
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Add Goroutine stack inspector to admin/monitor (#19207)zeripath2022-03-311-2/+5
* Attempt to prevent the deadlock in the QueueDiskChannel Test again (#18415)zeripath2022-01-291-7/+6
* Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)zeripath2022-01-241-0/+20
* Pause queues (#15928)zeripath2022-01-221-7/+32
* format with gofumpt (#18184)65432022-01-201-1/+0
* Fix panic (#16072)zeripath2021-06-051-1/+1
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-34/+54
* Only use boost workers for leveldb shadow queues (#15696)zeripath2021-05-021-5/+5
* Prevent race in PersistableChannelUniqueQueue.Has (#14651)zeripath2021-02-131-0/+5
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-0/+241