comment autoscale back

This commit is contained in:
yashsinghcodes
2025-08-21 16:36:16 +05:30
parent fcf36f1b86
commit 3167756c61
+1 -1
View File
@@ -2298,7 +2298,7 @@ func main() {
} }
if os.Getenv("SHUFFLE_SWARM_CONFIG") == "run" && os.Getenv("SHUFFLE_SCALE_REPLICAS") == "" { if os.Getenv("SHUFFLE_SWARM_CONFIG") == "run" && os.Getenv("SHUFFLE_SCALE_REPLICAS") == "" {
go AutoScale(ctx) //go AutoScale(ctx)
} }
hasStarted = true hasStarted = true
} }