| Commit message (Expand) | Author | Age | Files | Lines |
* | Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev... | zeripath | 2021-05-15 | 17 | -296/+466 |
* | Queue manager FlushAll can loop rapidly - add delay (#15733) | zeripath | 2021-05-12 | 1 | -6/+9 |
* | Exponential Backoff for ByteFIFO (#15724) | zeripath | 2021-05-08 | 1 | -29/+59 |
* | Prevent race in TestChannelQueue_Batch (#15703) | zeripath | 2021-05-03 | 1 | -3/+3 |
* | Only use boost workers for leveldb shadow queues (#15696) | zeripath | 2021-05-02 | 3 | -10/+48 |
* | Always set the merge base used to merge the commit (#15352) | zeripath | 2021-04-10 | 1 | -1/+7 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 7 | -9/+9 |
* | Migrate to use jsoniter instead of encoding/json (#14841) | zeripath | 2021-03-01 | 5 | -5/+13 |
* | Prevent race in PersistableChannelUniqueQueue.Has (#14651) | zeripath | 2021-02-13 | 1 | -0/+5 |
* | [Vendor] Update go-redis to v8.5.0 (#13749) | 6543 | 2021-02-10 | 3 | -18/+43 |
* | Slightly simplify the queue settings code to help reduce the risk of problems... | zeripath | 2020-10-15 | 2 | -25/+39 |
* | Fix the issue reported on #12385 (#12969) | zeripath | 2020-09-28 | 1 | -0/+1 |
* | Allow common redis and leveldb connections (#12385) | zeripath | 2020-09-28 | 4 | -39/+54 |
* | Add queue for code indexer (#10332) | Lunny Xiao | 2020-09-07 | 1 | -1/+58 |
* | use assignment in tests (#12734) | zeripath | 2020-09-06 | 2 | -2/+2 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 2 | -4/+4 |
* | Multiple small admin dashboard fixes (#12153) | zeripath | 2020-07-05 | 1 | -0/+1 |
* | Prevent timer leaks in Workerpool and others (#11333) | zeripath | 2020-05-08 | 2 | -19/+6 |
* | Improve config logging when WrappedQueue times out (#11174) | Lunny Xiao | 2020-04-22 | 1 | -1/+5 |
* | Avoid logging []byte in queue failures - convert to string first (#10865) | zeripath | 2020-03-29 | 1 | -1/+8 |
* | Fix queue log param (#10733) | Lunny Xiao | 2020-03-16 | 1 | -3/+3 |
* | Fix Workerpool deadlock (#10283) | zeripath | 2020-02-15 | 2 | -3/+6 |
* | Fix queue pop error and stat empty repository error (#10248) | Lunny Xiao | 2020-02-12 | 2 | -2/+4 |
* | Add Unique Queue infrastructure and move TestPullRequests to this (#9856) | zeripath | 2020-02-02 | 15 | -403/+1371 |
* | Fix broken FlushAll (#10101) | zeripath | 2020-02-01 | 1 | -4/+4 |
* | Fix leveldb test race (#10054) | Lunny Xiao | 2020-01-30 | 1 | -0/+18 |
* | Queue: Make WorkerPools and Queues flushable (#10001) | zeripath | 2020-01-28 | 12 | -292/+628 |
* | Update queue_redis.go (#9910) | zeripath | 2020-01-21 | 1 | -5/+6 |
* | Remove unused lock (#9709) | zeripath | 2020-01-11 | 2 | -1/+3 |
* | Missed q.lock.Unlock() will cause panic (#9705) | zeripath | 2020-01-11 | 1 | -1/+0 |
* | Graceful Queues: Issue Indexing and Tasks (#9363) | zeripath | 2020-01-07 | 13 | -0/+2132 |