aboutsummaryrefslogtreecommitdiffstats
path: root/modules/queue/queue.go
Commit message (Expand)AuthorAgeFilesLines
* Document the queue item's marshaling behavior (#27271)wxiaoguang2023-09-261-0/+2
* Expanding documentation in queue.go (#26889)zareck2023-09-081-13/+48
* Rewrite queue (#24505)wxiaoguang2023-05-081-195/+25
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)zeripath2022-01-241-1/+1
* Pause queues (#15928)zeripath2022-01-221-1/+7
* format with gofumpt (#18184)65432022-01-201-3/+2
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-3/+3
* Add queue for code indexer (#10332)Lunny Xiao2020-09-071-1/+58
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-5/+15
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-23/+20
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+133