Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.260 ·

Self-hosted runner sessions get max-lifetime and termination hooks

Runner child processes gain max-lifetime and terminating lifecycle callbacks.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaSelf-Hosted Runnerwhat it touches
KindInternal Changesin v2.1.260,
Under the hood

Runner child processes gain max-lifetime and terminating lifecycle callbacks.

The self-hosted runner's child process spawn now wires up onMaxLifetime and onChildTerminating callbacks alongside the existing onChildLifecycle/onChildInit, so the runner can react when a session hits a max lifetime limit or when a child begins terminating.

See this entry in the whole of v2.1.260 →