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

Define the planner interface and transition the daemon to be a child process #75

Merged
merged 3 commits into from
Apr 12, 2023

Conversation

geoffxy
Copy link
Member

@geoffxy geoffxy commented Apr 12, 2023

Part of #62 and #63.

Previously we needed to launch the daemon process independently. For simplicity for now, we will have the server automatically launch it as a subprocess (thus we assume that the daemon process runs on the same physical machine as the server process).

Later on we can decouple the daemon and have it communicate with the main server process over RPC instead, but this is engineering work that is not currently necessary.

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.

None yet

1 participant