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

Change ray to only be initialized in runhouse start or HTTPServer() #369

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

rohinb2
Copy link
Contributor

@rohinb2 rohinb2 commented Jan 19, 2024

Before, obj_store.initialize() would spawn a ray Cluster and start a Cluster
Servlet. Now, it by default only tries to connect to an existing Ray cluster
and get a servlet from there.

Ray and the ClusterServlet are only created upon runhouse start or
HTTPServer().

@rohinb2
Copy link
Contributor Author

rohinb2 commented Jan 19, 2024

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@rohinb2 rohinb2 force-pushed the rohin/change-ray-initialization branch from 2565ed1 to d5e85be Compare January 19, 2024 20:02
@rohinb2 rohinb2 merged commit c676f7f into main Jan 19, 2024
13 of 14 checks passed
@jlewitt1 jlewitt1 deleted the rohin/change-ray-initialization branch January 24, 2024 14:16
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.

1 participant