Source: ruby-unicorn-worker-killer
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 14), gem2deb, ruby-get-process-mem, unicorn
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-unicorn-worker-killer.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-unicorn-worker-killer
Homepage: https://github.com/kzk/unicorn-worker-killer

Package: ruby-unicorn-worker-killer
Architecture: all
Description: library to kill unicorn workers by memory and request counts
 unicorn-worker-killer gem provides automatic restart of Unicorn workers based
 on
 1. max number of requests, and
 2. process memory size (RSS)
 without affecting any requests.
 .
 This will greatly improves site's stability by avoiding unexpected memory
 exhaustion at the application nodes.
