Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dashboard] Remove the dashboard grpc server. #50021

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rynewang
Copy link
Contributor

Based on #50020.

After that PR, the Dashboard does not hold any service on its grpc server. We may as well just remove the whole concept. Removing all references to dashboard_grpc_address, spare the only CLI argument in ray start which we just ignore, because that's the public API and we don't want to break user scripts.

@rynewang rynewang requested review from richardliaw, rkooo567, jjyao and a team as code owners January 23, 2025 01:13
@rynewang
Copy link
Contributor Author

Note: we can do similar things to remove agent grpc as well: they can all be replaced by http. Not in this PR though.

@pcmoritz
Copy link
Contributor

That would be tremendous if we can get rid of the python grpc dependency from ray[default] going forward! :)

@rynewang rynewang added the go add ONLY when ready to merge, run all tests label Jan 23, 2025
@rynewang rynewang removed the go add ONLY when ready to merge, run all tests label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants