[data] Allow configuring DefaultClusterAutoscalerV2 thresholds via en…#60133
Merged
bveeramani merged 3 commits intoray-project:masterfrom Jan 19, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a valuable improvement by making several key autoscaling thresholds configurable via environment variables in DefaultClusterAutoscalerV2. This enhances the flexibility and deployability of the autoscaler by allowing dynamic adjustment of its behavior without code changes. The overall approach of using env_float and env_integer functions for configuration is sound. However, a critical issue was identified regarding the availability of the env_float function.
python/ray/data/_internal/cluster_autoscaler/default_cluster_autoscaler_v2.py
Outdated
Show resolved
Hide resolved
bveeramani
approved these changes
Jan 14, 2026
python/ray/data/_internal/cluster_autoscaler/default_cluster_autoscaler_v2.py
Outdated
Show resolved
Hide resolved
Member
|
Good to merge after CI passes and import is fixed |
Member
|
Hey @rushikeshadhav , any update on this? |
09e0028 to
51a20e0
Compare
…v vars Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com>
Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com>
51a20e0 to
50f43f4
Compare
Contributor
Author
I have made the required changes, can you please check? |
400Ping
pushed a commit
to 400Ping/ray
that referenced
this pull request
Jan 19, 2026
ray-project#60133) ## Description > Make DefaultClusterAutoscalerV2 knobs configurable via environment variables ## Related issues > Closes ray-project#60004 --------- Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com> Co-authored-by: Balaji Veeramani <balaji@anyscale.com> Signed-off-by: 400Ping <jiekai.chang326@gmail.com>
jinbum-kim
pushed a commit
to jinbum-kim/ray
that referenced
this pull request
Jan 29, 2026
ray-project#60133) ## Description > Make DefaultClusterAutoscalerV2 knobs configurable via environment variables ## Related issues > Closes ray-project#60004 --------- Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com> Co-authored-by: Balaji Veeramani <balaji@anyscale.com> Signed-off-by: jinbum-kim <jinbum9958@gmail.com>
zzchun
pushed a commit
to antgroup/ant-ray
that referenced
this pull request
Jan 29, 2026
ray-project#60133) ## Description > Make DefaultClusterAutoscalerV2 knobs configurable via environment variables ## Related issues > Closes ray-project#60004 --------- Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com> Co-authored-by: Balaji Veeramani <balaji@anyscale.com>
ryanaoleary
pushed a commit
to ryanaoleary/ray
that referenced
this pull request
Feb 3, 2026
ray-project#60133) ## Description > Make DefaultClusterAutoscalerV2 knobs configurable via environment variables ## Related issues > Closes ray-project#60004 --------- Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com> Co-authored-by: Balaji Veeramani <balaji@anyscale.com>
zzchun
pushed a commit
to antgroup/ant-ray
that referenced
this pull request
Feb 5, 2026
ray-project#60133) ## Description > Make DefaultClusterAutoscalerV2 knobs configurable via environment variables ## Related issues > Closes ray-project#60004 --------- Signed-off-by: Rushikesh Adhav <adhavrushikesh6@gmail.com> Co-authored-by: Balaji Veeramani <balaji@anyscale.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related issues