Skip to content

Evict a worker that never acknowledges a kill - #2707

Merged
amankrx merged 2 commits into
TraceMachina:mainfrom
amankrx:fix/evict-unacked-kills
Aug 21, 2026
Merged

Evict a worker that never acknowledges a kill#2707
amankrx merged 2 commits into
TraceMachina:mainfrom
amankrx:fix/evict-unacked-kills

Conversation

@amankrx

@amankrx amankrx commented Aug 21, 2026

Copy link
Copy Markdown
Member

What and why

Adds bounded recovery for workers that receive a kill request but never acknowledge it, preventing them from remaining stuck indefinitely.

How was this verified?

Added a test for a live worker that never acknowledges a kill. All 33 scheduler, config, and worker API server tests pass, with clippy clean.

Risk

Low. The change only affects workers with unacknowledged kill requests and uses a configurable timeout with a 60s default.


This change is Reviewable

@vercel

vercel Bot commented Aug 21, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
nativelink Ready Ready Preview Aug 21, 2026 11:02pm
nativelink-aidm Ready Ready Preview Aug 21, 2026 11:02pm

Request Review

@MarcusSorealheis MarcusSorealheis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@amankrx
amankrx merged commit 4ae820a into TraceMachina:main Aug 21, 2026
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants