[codex] fix(recovery): persist job-missing invocation evidence - #1270
Closed
kkroo wants to merge 1 commit into
Closed
[codex] fix(recovery): persist job-missing invocation evidence#1270kkroo wants to merge 1 commit into
kkroo wants to merge 1 commit into
Conversation
Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
🔗 Paperclip issue: BLO-18106 |
1 similar comment
|
🔗 Paperclip issue: BLO-18106 |
Author
|
Superseded by merged #1207. Current master already preserves job_missing as the terminal outcome, records externalLifecycleRecovery.adapterInvocationStarted, treats job_missing as non-retryable in direct and continuation recovery, and fail-closes the active review stage with durable gate delivery. Rebasing this narrower draft now leaves only duplicate helpers/tests, so closing it avoids another redundant CI and review cycle. |
13 tasks
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.
Thinking Path
Linked Issues or Issue Description
k8s_pod_schedule_failedchanges.What Changed
job_missingas the terminal error when PR-review evidence is incomplete, while retaining the evidence error as recovery metadata.externalLifecycleRecovery.adapterInvocationStartedwhen the reaper finalizes a missing Job.job_missingwork.k8s_pod_schedule_failedretry behavior unchanged.Verification
The one intervening master commit was UI-only and did not overlap this slice; the successor was rebased cleanly onto
edba5811.Risks
job_missingrun now blocks/requires recovery rather than automatically retrying, which avoids duplicate external side effects at the cost of surfacing ambiguous failures sooner.Model Used
Checklist
Fixes: #/Closes #/Refs #OR (b) described the issue in-PR following the relevant issue template