Discussion:
[PATCH] Print stack for lazy workers
Camilo Lopez
2014-04-16 03:35:17 UTC
Permalink
This patch attemps at making the debugging of lazy workers easier by making sure
unicorn prints a stack trace to STDERR.

The patch does 2 things

1. It kills lazy workers with TERM first and then attempts a KILL
2. Prints the stack trace on every kill signal

Camilo Lopez (1):
Kill lazy workers with TERM before KILL

lib/unicorn/http_server.rb | 31 +++++++++++++++++++------------
lib/unicorn/worker.rb | 7 ++++++-
2 files changed, 25 insertions(+), 13 deletions(-)
--
1.9.2

_______________________________________________
Unicorn mailing list - mongrel-***@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying
Loading...