zombocom / puma_worker_killer

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

Allow pre_term with enable_rolling_restart #83

Closed caljess599 closed 4 years ago

caljess599 commented 4 years ago

Our app is dockerized, so I use the enable_rolling_restart invocation.

I also want to use the pre_term config to send an event to Datadog via its API. Based on my reading of the code (and trying it and having it not work), I don't think this is currently possible.

Seems as if it would be a quick add?

Thanks!

schneems commented 4 years ago

This is done and released