1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add dump_threads API, fixes #2247

This commit is contained in:
Mike Perham 2015-03-22 16:46:41 -07:00
parent c7b9f082f4
commit cfcb728e61
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
HEAD
-----------
- Add Sidekiq::Process#dump\_threads API to trigger TTIN output [#2247]
3.3.3
-----------

View file

@ -721,6 +721,10 @@ module Sidekiq
signal('TERM')
end
def dump_threads
signal('TTIN')
end
private
def signal(sig)