summaryrefslogtreecommitdiffstats
path: root/modules/queue
Commit message (Expand)AuthorAgeFilesLines
* Multiple small admin dashboard fixes (#12153)zeripath2020-07-051-0/+1
* Prevent timer leaks in Workerpool and others (#11333)zeripath2020-05-082-19/+6
* 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
* Fix Workerpool deadlock (#10283)zeripath2020-02-152-3/+6
* Fix queue pop error and stat empty repository error (#10248)Lunny Xiao2020-02-122-2/+4
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-0215-403/+1371
* Fix broken FlushAll (#10101)zeripath2020-02-011-4/+4
* Fix leveldb test race (#10054)Lunny Xiao2020-01-301-0/+18
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-2812-292/+628
* Update queue_redis.go (#9910)zeripath2020-01-211-5/+6
* Remove unused lock (#9709)zeripath2020-01-112-1/+3
* Missed q.lock.Unlock() will cause panic (#9705)zeripath2020-01-111-1/+0
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-0713-0/+2132