chore: shuffle-shared bump

This commit is contained in:
yashsinghcodes
2025-08-21 16:34:51 +05:30
parent 02000d7e00
commit fcf36f1b86
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
@@ -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
}