zombocom / puma_worker_killer

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

Please add support for rack >= 3 #108

Closed lucaskanashiro closed 1 month ago

lucaskanashiro commented 1 month ago

rack 3 is out for a while and ideally puma_worker_killer should support it.

schneems commented 1 month ago

Rack in the gemspec is a development dependency https://github.com/zombocom/puma_worker_killer/blob/293fd38a883ad1ff0bbdc1f277c33ede90cff16a/puma_worker_killer.gemspec#L24, you can use this gem with Rack 3 in production today.