zombocom / puma_worker_killer

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

Where shall I start PumaWorkerKiller if I do not preload_app? #36

Closed larryzhao closed 8 years ago

larryzhao commented 8 years ago

Hi,

I am trying to switch to phase-restart, so I removed preload_app and I found with this configuration, it seems that PumaWorkerKiller is not started wherever I put the PumaWorkerKiller.start ( tried in before_fork/on_worker_boot/initializer). Nothing reporting into puma_stdout.log.

Where should I start PumaWorkerKiller under this circumstance?

Thank you very much.

schneems commented 8 years ago

Closing in favor of #23