# amscanne/huptime

Utility for zero downtime restarts of unmodified programs.

Repository: https://github.com/amscanne/huptime
Canonical: https://ross.abutalabs.com/products/huptime
Language: Python
License: GPL-3.0
License Family: copyleft
Last push: 2015-01-19T05:09:56+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4718, "days_push": 4244, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1882, forks 80 (observed 2026-08-28T04:05:48.725607+00:00)

## What it is
Huptime is a command-line utility that enables zero downtime restarts of unmodified programs by wrapping them and handing off listening sockets across restarts. It lets you upgrade application code via SIGHUP without dropping or rejecting client connections.

## Use cases
- restart a server without dropping connections
- upgrade application code with zero downtime
- avoid building a load balancer tier just for deploys
- continuous deployment of simple unmodified services
- reset pidfiles on service restart

## When to avoid
- you need a maintained tool with recent updates (last release 2015)
- you run complex multi-process or clustered deployments better served by orchestrators
- you need non-Linux platform support

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: deployment, networking, developer-tools
- domain: backend, self-hosted
- platform: cli
- tags: zero-downtime, hot-restart, socket-handoff, continuous-deployment, devops, linux

## Member repositories
- amscanne/huptime (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:48.725607+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:13:47.123115+00:00, confidence not recorded.
  - readme: https://github.com/amscanne/huptime (fetched 2026-08-28T04:05:48.725607+00:00, sha b877e0217b08)
- Data as of 2026-08-30T08:39:29.467469+00:00.
