thin icon indicating copy to clipboard operation
thin copied to clipboard

Do not wait indefinitely for process to finish

Open a-chernykh opened this issue 8 years ago • 1 comments

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)).

a-chernykh avatar Nov 05 '16 19:11 a-chernykh

Sorry, but can you please rebase on master?

ioquatix avatar Sep 07 '20 05:09 ioquatix