aboutsummaryrefslogtreecommitdiffstats
path: root/modules/setting/queue.go
Commit message (Expand)AuthorAgeFilesLines
* Increase queue length (#27555)Jason Song2023-10-101-1/+1
* Calculate MAX_WORKERS default value by CPU number (#26177)wxiaoguang2023-07-271-11/+18
* Rewrite queue (#24505)wxiaoguang2023-05-081-165/+76
* Refactor config provider (#24245)Lunny Xiao2023-04-251-3/+1
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-17/+25
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-13/+14
* Enable deprecation error for v1.17.0 (#18341)Gusted2022-01-201-18/+38
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Make the Mirror Queue a queue (#17326)zeripath2021-10-171-25/+39
* Remove ParseQueueConnStr as it is unused (#16878)zeripath2021-08-311-33/+0
* Clean-up the settings hierarchy for issue_indexer queue (#16001)zeripath2021-06-161-6/+9
* Use filepath.ToSlash and Join in indexer defaults and queues (#15971)zeripath2021-05-251-3/+3
* Change default queue settings to be low go-routines (#15964)zeripath2021-05-241-3/+3
* 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