Update the worker concurrency of job service from 10 to 50 to improve performance

This commit is contained in:
Steven Zou 2018-04-11 17:12:09 +08:00
parent 230e197c61
commit a7c2e049cc

View File

@ -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.