Skip to content

Make rbtrace work under unicorn

Stan Hu requested to merge sh-make-unicorn-work-rbtrace into master

The Unicorn master resets any signal handlers and prevents rbtrace from working properly as a result. Move the require 'rbtrace' call to the Unicorn after_fork block and keep the initializer only for Sidekiq.

Merge request reports