From a7c2e049cc996dfd2be75f7809d2f110d966f541 Mon Sep 17 00:00:00 2001 From: Steven Zou Date: Wed, 11 Apr 2018 17:12:09 +0800 Subject: [PATCH] Update the worker concurrency of job service from 10 to 50 to improve performance --- make/common/templates/jobservice/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/common/templates/jobservice/config.yml b/make/common/templates/jobservice/config.yml index 64b7f004a..881eca96e 100644 --- a/make/common/templates/jobservice/config.yml +++ b/make/common/templates/jobservice/config.yml @@ -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.