Skip to content

Commit 7976d92

Browse files
authored
Marqs rebalancing is based on the env var again
1 parent 1e667ec commit 7976d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/v3/marqs/index.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1625,7 +1625,7 @@ function getMarQSClient() {
16251625
defaultEnvConcurrency: env.DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT,
16261626
defaultOrgConcurrency: env.DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT,
16271627
visibilityTimeoutInMs: 120 * 1000, // 2 minutes,
1628-
enableRebalancing: false,
1628+
enableRebalancing: !env.MARQS_DISABLE_REBALANCING,
16291629
});
16301630
} else {
16311631
console.warn(

0 commit comments

Comments
 (0)