summaryrefslogtreecommitdiff
path: root/config/initializers/rbtrace.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add experimental support for Pumaan-multithreadingAndrew Newdigate2018-10-251-0/+9
| | | | | | This allows us (and others) to test drive Puma without it affecting all users. Puma can be enabled by setting the environment variable "EXPERIMENTAL_PUMA" to a non empty value.
* Move rbtrace initialization into SidekiqStan Hu2018-07-301-5/+0
|
* Make rbtrace work under unicornStan Hu2018-07-301-1/+3
| | | | | | 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.
* Add rbtrace to Gemfilesh-include-rbtraceStan Hu2018-07-251-0/+3
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace