Stop re-dispatching known-failing release builds every 30 minutes #12
No reviewers
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
key-store/key.store!12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/release-loop-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause of the Namespace usage spike: */30 cron + a gate keyed on the last SUCCESSFUL build tag meant a failing build re-dispatched forever. Cron backed off to 6h; dispatch now skipped when a build was already attempted for the same commit (terminal runs count). workflow_dispatch still forces a rebuild. 🤖 Generated with Claude Code