mirror of
https://github.com/goharbor/harbor
synced 2025-04-16 18:27:59 +00:00
Merge pull request #4628 from vmware/tune_job_service
Update the worker concurrency of job service
This commit is contained in:
commit
8f0280b306
|
@ -12,8 +12,8 @@ port: 8080
|
|||
|
||||
#Worker pool
|
||||
worker_pool:
|
||||
#0 means unlimited
|
||||
workers: 10
|
||||
#Worker concurrency
|
||||
workers: 50
|
||||
backend: "redis"
|
||||
#Additional config if use 'redis' backend
|
||||
#TODO: switch to internal redis endpoint and namespace.
|
||||
|
|
Loading…
Reference in New Issue
Block a user