summaryrefslogtreecommitdiffstats
path: root/modules/queue
Commit message (Expand)AuthorAgeFilesLines
* Prevent deadlock in TestPersistableChannelQueue (#17717)zeripath2021-11-191-0/+33
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Make the Mirror Queue a queue (#17326)zeripath2021-10-171-7/+22
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-222-4/+4
* Use immediate queues in integration tests and ensure that immediate (#16927)zeripath2021-09-031-1/+1
* Timeout on flush in testing (#16864)zeripath2021-08-301-1/+12
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-245-17/+6
* Fix race in log (#16490)zeripath2021-07-201-1/+0
* Prevent race in TestPersistableChannelQueue (#16468)zeripath2021-07-171-4/+31
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* Fix panic (#16072)zeripath2021-06-051-1/+1
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-1517-296/+466
* Queue manager FlushAll can loop rapidly - add delay (#15733)zeripath2021-05-121-6/+9
* Exponential Backoff for ByteFIFO (#15724)zeripath2021-05-081-29/+59
* Prevent race in TestChannelQueue_Batch (#15703)zeripath2021-05-031-3/+3
* Only use boost workers for leveldb shadow queues (#15696)zeripath2021-05-023-10/+48
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+7
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-097-9/+9
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-015-5/+13
* Prevent race in PersistableChannelUniqueQueue.Has (#14651)zeripath2021-02-131-0/+5
* [Vendor] Update go-redis to v8.5.0 (#13749)65432021-02-103-18/+43
* Slightly simplify the queue settings code to help reduce the risk of problems...zeripath2020-10-152-25/+39
* Fix the issue reported on #12385 (#12969)zeripath2020-09-281-0/+1
* Allow common redis and leveldb connections (#12385)zeripath2020-09-284-39/+54
* Add queue for code indexer (#10332)Lunny Xiao2020-09-071-1/+58
* use assignment in tests (#12734)zeripath2020-09-062-2/+2
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-112-4/+4
* 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