Ross ROSS = Recommend OSS · open-source software intelligence for agents

cloudflare/tableflip

Graceful process restarts in Go observed · 2026-08-28

github.com/cloudflare/tableflip · Go · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

58/100

  • Activity 78
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2910
  • days_rel: n/a
  • days_push: 132
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3210 stars · 158 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Go library for gracefully restarting network services without dropping existing connections, by spawning a new process and transferring listeners to it. It supports systemd integration and guarantees no old code keeps running after a successful upgrade.

Use cases

  • zero-downtime deployment of a Go network server
  • reload configuration without dropping connections
  • graceful process upgrade on SIGHUP
  • transfer listening sockets to a new binary
  • integrate graceful restarts with systemd

When to choose

  • you run a long-lived Go network service on Linux or macOS and need zero-downtime restarts
  • you want socket handoff to a new process with a grace period for initialization
  • you deploy via systemd and want ExecReload-based upgrades

When to avoid

  • your service runs on Windows or other platforms outside Linux/macOS
  • you use a container orchestrator that already handles rolling restarts
  • you only need graceful shutdown, not full process replacement

Facets

library · maturity stable

concurrency deployment networking developer-tools backend go graceful-restart zero-downtime process-upgrade socket-handoff systemd devops linux macos

1 source

Member repositories

RepositoryRoleHealth v2
cloudflare/tableflipmain58

For agents

markdown · JSON · MCP: product_card(name="cloudflare/tableflip")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem