Closed rwojnarowski closed 5 years ago
It's misleading where to put Barnes dependencies
require 'barnes' Barnes.start
if you do this in initializers, puma metrics won't show up on heroku metrics page.
Thanks for the PR! That code should go in a before_fork block, though only if you're using workers. Can you update to that?
before_fork
Thanks a ton!
It's misleading where to put Barnes dependencies
if you do this in initializers, puma metrics won't show up on heroku metrics page.