Uh oh!
There was an error while loading. Please reload this page.
docs: runner states defined beside the actions + Aug 19 changelog - #180
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
The states section claimed admin state never changes on its own, while the same page's Drain description says a runner becomes drained once its work finishes — so an operator could not tell whether draining needed a second action. The daemon does make that one transition: MARK_DRAINED_IF_IDLE flips draining to drained once the last lease is gone, guarded so a runner still holding a lease is never marked drained. Caught in review. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The runner page's state chip now links a States section that defines every admin state (
active,cordoned,draining,drained,revoked) and liveness value (registered,online,busy,offline) where they are shown, split by who controls each — the operator sets admin state, the host reports liveness.The Aug 19 changelog entry covers agentsfleet M169: the sandbox scratch write-floor fix that unblocks credentialed work on hardened runners, the new scratch check in Run checks, and the runner detail page polish (Filter/Apply, icons, disabled Cordon/Drain, refresh, Time/Duration columns, the states learn-more link).
Pairs with agentsfleet
feat/m169-runner-detail-polish.🤖 Generated with Claude Code
Greptile Summary
The PR documents runner admin states and liveness values beside the runner controls and adds the Aug 19 release notes.
drainingautomatically transitions todrainedafter the final lease ends.Confidence Score: 5/5
The PR appears safe to merge.
No blocking failure remains.
Important Files Changed
Reviews (2): Last reviewed commit: "docs: name the one admin state transitio..." | Re-trigger Greptile
Context used: