summaryrefslogtreecommitdiffstats
path: root/modules/setting/queue.go
Commit message (Expand)AuthorAgeFilesLines
* Slightly simplify the queue settings code to help reduce the risk of problems...zeripath2020-10-151-3/+7
* Avoid setitng the CONN_STR in queues unless it is meant to be set (#13025)zeripath2020-10-041-2/+1
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-0/+18
* Queue: Make WorkerPools and Queues flushable (#10001)zeripath2020-01-281-10/+10
* Move mailer to use a queue (#9789)zeripath2020-01-161-7/+17
* fix #9648 | use filepath.IsAbs instead of path.IsAbs (#9651)65432020-01-081-5/+6
* Graceful Queues: Issue Indexing and Tasks (#9363)zeripath2020-01-071-0/+159