You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did a quick test with the required configs, and before_fork is not available with Passenger, which makes it crashes.
Can the gem works with passenger by having the following initializer:
require 'barnes'
Barnes.start
?
The text was updated successfully, but these errors were encountered:
I was wondering if this gem can be used with Passenger ( https://github.com/phusion/passenger ) to have heroku language runtime metrics working ( https://devcenter.heroku.com/articles/language-runtime-metrics-ruby )?
Did a quick test with the required configs, and before_fork is not available with Passenger, which makes it crashes.
Can the gem works with passenger by having the following initializer:
?
The text was updated successfully, but these errors were encountered: