ruby-unicorn-worker-killer 0.4.4-2 source package in Ubuntu

Changelog

ruby-unicorn-worker-killer (0.4.4-2) unstable; urgency=medium

  * Team upload

  [ Utkarsh Gupta ]
  * Add salsa-ci.yml

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.

  [ Pirate Praveen ]
  * Bump minimum version of ruby-get-process-mem to 0.2.5 (for ruby 2.7 support)
  * Bump Standards-Version to 4.5.0 (no changes needed)

 -- Pirate Praveen <email address hidden>  Fri, 10 Jul 2020 01:09:12 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-unicorn-worker-killer_0.4.4-2.dsc 2.1 KiB 92cbbc021a7ca08522c409ecda17655b22313a181fdcbc59454d2bb7af8280e2
ruby-unicorn-worker-killer_0.4.4.orig.tar.gz 5.5 KiB 457a449016949455a112aa029066eda53b1ab4d601f866e163b2e6fad5cb6810
ruby-unicorn-worker-killer_0.4.4-2.debian.tar.xz 3.3 KiB aaa859fded1e55a9b83a9a66e20fe7efe76918eec7a976aa6f0cc9290f777293

Available diffs

No changes file available.

Binary packages built by this source

ruby-unicorn-worker-killer: 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.