zombocom / puma_worker_killer

Automatically restart Puma cluster workers based on max RAM available
748 stars 77 forks source link

NoMethodError: undefined method `reaper_status_logs=' for PumaWorkerKiller:Module #44

Closed vcardillo closed 4 years ago

vcardillo commented 7 years ago

Using config.reaper_status_logs = true as per the docs, throws the following error:

[42188] ! Unable to load application: NoMethodError: undefined method `reaper_status_logs=' for PumaWorkerKiller:Module

Commenting this out of the config, solves the problem.

schneems commented 7 years ago

Please give me an app that reproduces the problem.

vcardillo commented 7 years ago

Unfortunately it's not open source software... are you not able to reproduce?

daveallie commented 7 years ago

Add where_is to your Gemfile, and above your config block, can you please put puts Where.are(PumaWorkerKiller, :config) and paste the output back here.

Can you also replace config.reaper_status_logs = true with puts config.reaper_status_logs and paste your output back here.

schneems commented 4 years ago

Here's some instructions to help you generate a reproduction https://www.codetriage.com/example_app