Commit 1ffaee2a by David Ormsbee

Force New Relic data to be sent with Unicorn even without preload_app = True

parent cd22aedf
# Ensure the agent is started using Unicorn
# This is needed when using Unicorn and preload_app is not set to true.
# See http://support.newrelic.com/kb/troubleshooting/unicorn-no-data
::NewRelic::Agent.after_fork(:force_reconnect => true) if defined? Unicorn
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment