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

Do not wait indefinitely for process to finish #326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

a-chernykh
Copy link

When stopping thin with bundle exec thin stop -f, it sets timeout to
0 and if process does not die on SIGINT, it will never send SIGKILL
because it waits idefinitely for it to die (Timeout.timeout(0)).

When stopping thin with `bundle exec thin stop -f`, it sets timeout to
0 and if process does not die on `SIGINT`, it will never send `SIGKILL`
because it waits indefinitely for it to die (`Timeout.timeout(0)`).
@ioquatix
Copy link
Collaborator

ioquatix commented Sep 7, 2020

Sorry, but can you please rebase on master?

@ioquatix ioquatix added this to the v1.8.0 milestone Sep 7, 2020
@ioquatix ioquatix self-assigned this Sep 7, 2020
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 this pull request may close these issues.

None yet

2 participants