-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It should not be very hard to make the daemon run on a server and have the CLI connect to it remotely.
This may be useful in a compiler-farm setup, or in a CI pipeline where a build-container keeps a continuous cache.
Some things that'd need to be addressed:
- Lockfiles and stopping daemons would be more limited, probably without ability to kill unresponsive daemons.
- Source file content needs to actually be sent to the daemon, with a clever way to send only unknown files.
- Add a command to connect to a remote daemon, which'd be used instead of start. Also similar flags for build etc.
- Should the
runsubcommand run locally or remotely? (Probably local)
For now let's not include having multiple daemons with a load balancer, though it might be possible one day.
Metadata
Metadata
Assignees
Labels
No labels