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

Make sos smarter about interactive processes #20

Closed
mitchellwrosen opened this issue Mar 22, 2017 · 1 comment
Closed

Make sos smarter about interactive processes #20

mitchellwrosen opened this issue Mar 22, 2017 · 1 comment

Comments

@mitchellwrosen
Copy link
Collaborator

Right now sos doesn't deal very well with commands that read on stdin (like some stack exec my-thing at the end of a list of commands).

Somehow, these interactive processes aren't actually killed right now, so sos both leaks pids and also subsequent runs compete for input from stdin.

@mitchellwrosen
Copy link
Collaborator Author

Ah, if a process spawns a child, that child isn't killed when a job is restarted.

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

1 participant