Merge pull request #1792 from yashsinghcodes/new-nightly

chore: shuffle-shared bump
This commit is contained in:
Yash Singh
2025-08-21 16:36:37 +05:30
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ require (
github.com/docker/docker v28.2.2+incompatible
github.com/docker/go-connections v0.5.0
github.com/satori/go.uuid v1.2.0
github.com/shuffle/shuffle-shared v0.8.99
github.com/shuffle/shuffle-shared v0.9.1
k8s.io/api v0.33.1
k8s.io/apimachinery v0.33.1
)
+1 -1
View File
@@ -2301,7 +2301,7 @@ func main() {
}
if os.Getenv("SHUFFLE_SWARM_CONFIG") == "run" && os.Getenv("SHUFFLE_SCALE_REPLICAS") == "" {
// go AutoScale(ctx)
//go AutoScale(ctx)
}
hasStarted = true
}