Marqs rebalancing is based on the env var again

This commit is contained in:
Matt Aitken
2024-07-03 09:54:50 +01:00
committed by GitHub
parent 1e667ec28f
commit 7976d924fb
+1 -1
View File
@@ -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(