-
Notifications
You must be signed in to change notification settings - Fork 258
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
Add workspace support #564
Comments
Any help on how to achieve this |
I can think of the following changes that will be needed (each in a separate PR):
|
Just to confirm here @chesedo, I suppose this also requires a change in deployer somewhere since a workspace could contain multiple services, each of which needs recognition in the deployer's state? |
@brokad the deployer state can already start multiple services. For services that depend on one another, starting them in the correct order is just missing. |
Change number 2 for the above comment is implemented in #767 |
When I deploy a crate that is within a workspace and that has a
{ workspace = true }
dependency, then I get an error that the manifest cannot be parsed.The reason for this is because shuttle did not archive the entire workspace, but only the single crate.
The text was updated successfully, but these errors were encountered: