summaryrefslogtreecommitdiffstats
path: root/modules/queue/queue_wrapped.go
Commit message (Expand)AuthorAgeFilesLines
* 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