From 3167756c610e0bf19505c0b83bd11fa60fa391c5 Mon Sep 17 00:00:00 2001 From: yashsinghcodes Date: Thu, 21 Aug 2025 16:36:16 +0530 Subject: [PATCH] comment autoscale back --- functions/onprem/orborus/orborus.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/onprem/orborus/orborus.go b/functions/onprem/orborus/orborus.go index 1d13496b..35bd8f93 100755 --- a/functions/onprem/orborus/orborus.go +++ b/functions/onprem/orborus/orborus.go @@ -2298,7 +2298,7 @@ func main() { } if os.Getenv("SHUFFLE_SWARM_CONFIG") == "run" && os.Getenv("SHUFFLE_SCALE_REPLICAS") == "" { - go AutoScale(ctx) + //go AutoScale(ctx) } hasStarted = true }