You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnfmt.Errorf("worker group %s has minReplicas %d greater than maxReplicas %d", workerGroup.GroupName, *workerGroup.MinReplicas, *workerGroup.MaxReplicas)
57
-
}
58
-
ifworkerGroup.Replicas!=nil {
60
+
// When autoscaling is enabled, the Ray Autoscaler will manage replicas and
61
+
// eventually adjust them to fall within minReplicas/maxReplicas bounds.
returnfmt.Errorf("worker group %s has replicas %d smaller than minReplicas %d", workerGroup.GroupName, *workerGroup.Replicas, *workerGroup.MinReplicas)
0 commit comments