Skip to content

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.

2 participants