Hi, is there a way to get a thread dump for a Unicorn process? I have a Unicorn which is hanging[0] and I can't tell where it is stuck. Sidekiq uses the TTIN (Thread INfo) signal, Puma uses the INFO signal[1]. Does unicorn have similar?
[0]: https://github.com/sidekiq/sidekiq/issues/5876#issuecomment-1529919584 [1]: https://github.com/puma/puma/pull/1320 Mike
