01a0a0c5 - Re-dispatch when the infra image-published run is cancelled - #153
Open
TaprootFreakAI wants to merge 4 commits into
Open
TaprootFreakAI wants to merge 4 commits into
TaprootFreakAI wants to merge 4 commits into
Conversation
Two product deploys at once can cancel one host job. Waiting then failed even though a retry would roll the image. Re-dispatch once and wait again.
find_run could pin the same cancelled run again before the retry appears.
split() rebound . so index(.databaseId) crashed and the skip was a no-op.
Same order as the deploy workflows so a slow gh api cannot hide the new run.
Collaborator
Author
|
EN: DE: DetailsHead |
TaprootFreakAI
marked this pull request as ready for review
September 15, 2026 10:53
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.
EN:
Re-dispatches the infrastructure image publish once if that run is cancelled, so a overlapping product deploy still rolls.
DE:
Löst den Infra-Image-Publish einmal neu aus, wenn der Lauf cancelled wird, damit ein überlappender Produkt-Deploy trotzdem ausrollt.
Details
Same wait-script change as spend: on a cancelled infra
image-publishedrun, re-dispatch once and keep waiting. Real failure still fails the job.