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

Hivemind process exits 0 regardless of child process status #27

Open
evandam opened this issue Dec 15, 2021 · 0 comments · May be fixed by #30
Open

Hivemind process exits 0 regardless of child process status #27

evandam opened this issue Dec 15, 2021 · 0 comments · May be fixed by #30

Comments

@evandam
Copy link

evandam commented Dec 15, 2021

To my understanding, the parent process should exit with the same status as the child process it's running (if there's only one child process maybe), or some other non-zero status.

Example:

Procfile:

test: exit 1
❯ hivemind -l test
test | Running...
test | exit status 1

❯ echo $?
0

Thanks in advance!

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 a pull request may close this issue.

1 participant