You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very cool. I timeout option would be very useful too. That kinda covers the last condition of "my subprocess has been zombified and doesn't like it's ever going to return".
The text was updated successfully, but these errors were encountered:
I would prefer to send a TERM, wait a second, then send a KILL, and may implement that later. It's a bit of a tangle of timeouts, though, and I don't have a good way to write tests for timeouts at all yet.
I released 1.1 with the 'timeout' option though - for now it just sends a KILL to the child after the timeout, and tries to be safe about the obvious race condition (if it decides to kill the child at the same time the child exits, we should get an Errno::ESRCH).
This is very cool. I timeout option would be very useful too. That kinda covers the last condition of "my subprocess has been zombified and doesn't like it's ever going to return".
The text was updated successfully, but these errors were encountered: