Re: [PATCH] Send SIGTERM before SIGKILL on timeout

2018-02-26 Thread Fumiaki Matsushima
Thank you for your reply! > Right, it's been rejected several times before: Sorry, I missed these emails. > I don't want to encourage lazy app development or Rack apps written with only unicorn in mind That's true. I'll use rack-timeout to solve my timeout problem. Thanks. On Sun, Feb 25,

Re: [PATCH] Send SIGTERM before SIGKILL on timeout

2018-02-24 Thread Eric Wong
Fumiaki MATSUSHIMA wrote: > To output log / send error to error tracking service, > we need to receive a signal other than SIGKILL first. > --- > Hi Unicorn team, > > I'm not sure this change is accetable though, > I can find some articles and patches to prevent SIGKILL > on

[PATCH] Send SIGTERM before SIGKILL on timeout

2018-02-24 Thread Fumiaki MATSUSHIMA
To output log / send error to error tracking service, we need to receive a signal other than SIGKILL first. --- Hi Unicorn team, I'm not sure this change is accetable though, I can find some articles and patches to prevent SIGKILL on timeout. I think it's great if this feature is supported by