summaryrefslogtreecommitdiffstats
path: root/modules/queue/queue_wrapped.go
Commit message (Expand)AuthorAgeFilesLines
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* Make WrappedQueues and PersistableChannelUniqueQueues Pausable (#18393)zeripath2022-01-241-3/+43
* format with gofumpt (#18184)65432022-01-201-1/+1
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-5/+3
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-081-1/+2
* Improve config logging when WrappedQueue times out (#11174)Lunny Xiao2020-04-221-1/+5
* Avoid logging []byte in queue failures - convert to string first (#10865)zeripath2020-03-291-1/+8
* Fix queue log param (#10733)Lunny Xiao2020-03-161-3/+3
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-18/+79
* Remove unused lock (#9709)zeripath2020-01-111-1/+1
* Missed q.lock.Unlock() will cause panic (#9705)zeripath2020-01-111-1/+0
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+206