Skip to content

Commit

Permalink
Merge pull request #8 from harness/fix-manager-healthcheck-issue
Browse files Browse the repository at this point in the history
Increase common thread pool size to prevent thread starvation
  • Loading branch information
guna-harness authored Nov 30, 2021
2 parents 0852621 + dd52989 commit 71288b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose/harness/environment/manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ VERSION=1.0.72106
WATCHER_METADATA_URL=http://proxy/storage/wingswatchers/watcherprod.txt
WORKFLOW_EXECUTION_MONITOR_ITERATOR_THREAD_COUNT=2
COMMON_POOL_CORE_SIZE=1
COMMON_POOL_MAX_SIZE=2
COMMON_POOL_MAX_SIZE=10
GRAPHQL_ENABLED=false
SEARCH_ENABLED=false
SERVER_MAX_THREADS=12
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/harness/environment/ng-manager.env
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SHOULD_CONFIGURE_WITH_PMS=true
USE_REDIS_FOR_SDK_RESPONSE_EVENTS=true
WEBHOOK_EVENT_PROCESSING_SERVICE_THREAD_SIZE=2
COMMON_POOL_CORE_SIZE=1
COMMON_POOL_MAX_SIZE=2
COMMON_POOL_MAX_SIZE=5
PMS_SDK_EXECUTION_POOL_CORE_SIZE=1
PMS_SDK_EXECUTION_POOL_MAX_SIZE=2
PMS_SDK_ORCHESTRATION_EVENT_POOL_CORE_SIZE=1
Expand Down

0 comments on commit 71288b1

Please sign in to comment.