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

Allow processes to depend on each other #28

Open
ohuu opened this issue Jun 4, 2024 · 0 comments
Open

Allow processes to depend on each other #28

ohuu opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ohuu
Copy link
Collaborator

ohuu commented Jun 4, 2024

Processes may require other processes to start before they can start. We should add a new property to the [[processes]] table called depends-on which takes a list of processes to start before the current process can.

[[processes]]
type = "baremetal"
name = "server"                      # Required - must be unique among ALL processes
command = "yarn dev" # Required
depends-on = ["db"]      # <---- list of other processes to start first
@anewmandev anewmandev added the enhancement New feature or request label Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants