feat(recovery): model vanished runner job recovery - #204
Merged
Conversation
Contributor
Author
|
Retriggering the exact verified head after GitHub Actions began recovering from the major outage; no code or commit identity changed. |
rldyourmnd
force-pushed
the
feat/vanished-runner-recovery-policy
branch
from
August 26, 2026 16:29
8802a76 to
a043004
Compare
Contributor
Author
|
Retriggering the exact fully verified head after GitHub Actions resumed accepting traffic. Workflow-dispatch run 32989549278 passed Test, Race, Static/build, both reproducible derivatives and Gate on this exact commit. |
Contributor
Author
|
Retriggering the exact current head after obsolete delayed runs from pre-rebase commits terminalized. Exact-head workflow-dispatch Gate 32989549278 is green. |
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 free
to 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.
Implements the autonomous recovery engine for #201.
The branch now includes:
gha-vanished-job-recoveryplan/apply CLI;gha-garm-app-token, which mints short-lived installation tokens from an existing encrypted GARM GitHub App envelope without persisting private keys or tokens;An incremented authoritative
run_attemptsuppresses duplicate reruns after a process crash, while completed records suppress replay within bounded history. Private runtime wiring is staged inNDDev-it-com/github-device-sync-estate#265; its live read-only qualification minted tokens and read organization runners for all three installed Apps without printing secrets.Verification:
make verify(vet, full race suite, trimpath build).