Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) This reverts commit de8e242. Why are these changes needed? Ray 2.0 lets users build their Serve deployment graphs using async handles. However, KubeRay disables async handles by default. Once users build their deployment graphs, they attempt to use it with KubeRay but must add code changes to remove double await statements used with async handles. See Issue #28908 in the Ray repo for more info. This change removes the logic that disables async handles in KubeRay.
- Loading branch information