diff --git a/apps/webapp/app/v3/marqs/index.server.ts b/apps/webapp/app/v3/marqs/index.server.ts index ddec419ed..c82155702 100644 --- a/apps/webapp/app/v3/marqs/index.server.ts +++ b/apps/webapp/app/v3/marqs/index.server.ts @@ -1625,7 +1625,7 @@ function getMarQSClient() { defaultEnvConcurrency: env.DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT, defaultOrgConcurrency: env.DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT, visibilityTimeoutInMs: 120 * 1000, // 2 minutes, - enableRebalancing: false, + enableRebalancing: !env.MARQS_DISABLE_REBALANCING, }); } else { console.warn(