puma-cloudwatch icon indicating copy to clipboard operation
puma-cloudwatch copied to clipboard

Crash on loading

Open mivtachyahu opened this issue 1 year ago • 0 comments

I'm trying to use this plugin.

I've added the two lines to the config/puma/production.rb as we only want to record data in the one environment

activate_control_app plugin :cloudwatch

But this causes the puma workers to not start with an error like:

[5484] ! Unable to start worker [5484] undefined method ignored?' for an instance of Gem::Specification [5484] /home/ubuntu/.rbenv/versions/3.3.5/lib/ruby/3.3.0/rubygems/specification.rb:2121:in method_missing'

I have gem "puma-cloudwatch" in the Gemfile and version 0.5.2 is being installed according to the Gemfile.lock

mivtachyahu avatar Feb 28 '25 09:02 mivtachyahu