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

Processes are still running after killing main process #38

Closed
shyim opened this issue Jan 3, 2023 · 6 comments
Closed

Processes are still running after killing main process #38

shyim opened this issue Jan 3, 2023 · 6 comments

Comments

@shyim
Copy link

shyim commented Jan 3, 2023

Hey,

When I stop, the terminal or kill PID-OF-PROCESS-COMPOSE my started process is still there. Pressing CONTROL+C quits it normally.

The default signal type is TERM by macOS

@shyim shyim changed the title Processes are still running after killing Processes are still running after killing main process Jan 3, 2023
@F1bonacc1
Copy link
Owner

Hi @shyim,
Can you please share your configuration and logs?

@F1bonacc1
Copy link
Owner

Hi @shyim,

This issue should be resolved in v0.29.7
Please confirm for your scenario.

@shyim
Copy link
Author

shyim commented Jan 7, 2023

They are still running for me on Mac. Build the main branch.

processes:
  test:
    command: "php -S 127.0.0.1:5000 -t ."

I just did nix-shell -p go php, build process compose and executed that config and afterward kill PID

With --tui=false flag it did worked 😅

@F1bonacc1
Copy link
Owner

Didn't expect you to build from source :)
Now the changes are in the main branch.
Try again?

@shyim
Copy link
Author

shyim commented Jan 7, 2023

Ahh lol 🤣. The nix run of this repo was outdated. I will try again later, currently at Windows because of gaming

@shyim
Copy link
Author

shyim commented Jan 9, 2023

Confirmed working thanks!

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

No branches or pull requests

2 participants