aboutsummaryrefslogtreecommitdiffstats
path: root/modules/queue/manager.go
Commit message (Expand)AuthorAgeFilesLines
* Add number in queue status to monitor page (#18712)zeripath2022-02-121-0/+10
* Only attempt to flush queue if the underlying worker pool is not finished (#1...zeripath2022-02-051-0/+11
* Pause queues (#15928)zeripath2022-01-221-1/+55
* format with gofumpt (#18184)65432022-01-201-4/+2
* 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-241-2/+1
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-3/+3
* Queue manager FlushAll can loop rapidly - add delay (#15733)zeripath2021-05-121-6/+9
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+7
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* Fix broken FlushAll (#10101)zeripath2020-02-011-4/+4
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-30/+129
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+270