0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-10-12 01:54:18 -04:00

Queue: Make resizing worker pools

This commit is contained in:
Andrew Thornton
2019-12-07 16:44:37 +00:00
parent 0edb70a099
commit e6ebb47299
11 changed files with 543 additions and 363 deletions

View File

@@ -236,7 +236,7 @@ relation to port exhaustion.
## Queue (`queue`)
- `TYPE`: **persistable-channel**: General queue type, currently support: `persistable-channel`, `batched-channel`, `channel`, `level`, `redis`, `dummy`
- `TYPE`: **persistable-channel**: General queue type, currently support: `persistable-channel`, `channel`, `level`, `redis`, `dummy`
- `DATADIR`: **queues/**: Base DataDir for storing persistent and level queues.
- `LENGTH`: **20**: Maximal queue size before channel queues block
- `BATCH_LENGTH`: **20**: Batch data before passing to the handler