chore(ci): network healthcheck — proceed past duplicate detection (proposal)#22780
Closed
AztecBot wants to merge 1 commit into
Closed
chore(ci): network healthcheck — proceed past duplicate detection (proposal)#22780AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
Collaborator
Author
|
Automatically closing this stale claudebox draft PR (no updates for 5+ days). Re-open if still needed. |
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.
Proposal — adds an instruction to the network healthcheck prompt telling the agent to proceed anyway if
claim_workreports another running session for the same task.Why
Today's run hit
claim_workreturning a peer running session and exited without producing the report (see https://claudebox.work/s/5ebe7ef744faabd2?run=1). For a scheduled task we want the run to always complete; duplicate detection should not stop it. Workaround until the v2 migration handles scheduled jobs differently. Requested by Alex G.Note
This session was a
/loopresume so it didn't carry theci-allowprefix and.github/writes were blocked. Filed as a.github-new/proposal — a maintainer shouldgit mv .github-new/workflows/network-healthcheck.yml .github/workflows/network-healthcheck.ymlbefore merging, or restart this with a freshci-allowprompt to land it directly.Change
Single line added to the prompt body in the workflow.
ClaudeBox log: https://claudebox.work/s/5ebe7ef744faabd2?run=2