File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1625,7 +1625,7 @@ function getMarQSClient() {
1625
1625
defaultEnvConcurrency : env . DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT ,
1626
1626
defaultOrgConcurrency : env . DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT ,
1627
1627
visibilityTimeoutInMs : 120 * 1000 , // 2 minutes,
1628
- enableRebalancing : ! env . MARQS_DISABLE_REBALANCING ,
1628
+ enableRebalancing : false ,
1629
1629
} ) ;
1630
1630
} else {
1631
1631
console . warn (
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ function getMarQSClient() {
82
82
defaultEnvConcurrency : env . V2_MARQS_DEFAULT_ENV_CONCURRENCY , // this is so we aren't limited by the environment concurrency
83
83
defaultOrgConcurrency : env . DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT ,
84
84
visibilityTimeoutInMs : env . V2_MARQS_VISIBILITY_TIMEOUT_MS , // 15 minutes
85
- enableRebalancing : env . V2_MARQS_CONSUMER_POOL_ENABLED === "1" ,
85
+ enableRebalancing : false ,
86
86
} ) ;
87
87
}
88
88
You can’t perform that action at this time.
0 commit comments