summaryrefslogtreecommitdiffstats
path: root/modules/queue/unique_queue_redis.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix queue pop error and stat empty repository error (#10248)Lunny Xiao2020-02-121-1/+3
| | | | | | * Fix queue pop error and stat empty repository error * Fix error
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-0/+124
* Upgrade levelqueue to version 0.2.0 This adds functionality for Unique Queues * Add UniqueQueue interface and functions to create them * Add UniqueQueue implementations * Move TestPullRequests over to use UniqueQueue * Reduce code duplication * Add bytefifos * Ensure invalid types are logged * Fix close race in PersistableChannelQueue Shutdown