fix(backup): verify timeout 60s→120s + fix stale EAS command in CLAUDE.md#442
Merged
Conversation
…ease command in CLAUDE.md Backups on 07-14/07-15 failed on a near-miss: the throwaway verify postgres finished init seconds after the 60s window when the schedule-drifted backup collided with a deploy on the same self-hosted box. 120s absorbs the contention. CLAUDE.md: '--auto-submit' fails (no submit.production profile) — document '--auto-submit-with-profile internal', the OTA path, and the missing EXPO_TOKEN. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Two loose ends:
PostgreSQL init process completeinside the failure diagnostics). 120s absorbs the contention; dump+storage artifacts were always fine — only the verify gate flapped. (fix(ops): backup-verify self-diagnoses failures + reaps leaked containers #417 raised 30→60; same knob, two more data points.)--auto-submitfails (nosubmit.productionprofile) — now documents--auto-submit-with-profile internal, the OTA path, and the missingEXPO_TOKENCI secret.bash -nclean; doc-only otherwise.🤖 Generated with Claude Code