Docs: record PR #12 activation evidence + nginx stale-upstream gotcha - #13
Merged
Merged
Conversation
Stage 4 (no-match reason tags + follow-up strips) is live: seed command run, both strip variants proven end-to-end against the real production API and cleaned up afterward. Also documents an operational gap hit during activation: docker compose up -d django recreates the container with a new internal IP, but nginx's upstream resolves the django hostname once at its own startup and doesn't pick up the change -- causes a full 502 until nginx itself is restarted too.
This was referenced Jul 14, 2026
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.
Summary
Docs-only follow-up to #12 (already merged), recording the activation sequence's evidence and one operational finding, per usual — not code, holding for review anyway since it wasn't covered by #12's own review.
docs/features/printing-tags.md: Stage 4 marked live, with the end-to-end evidence (real votes cast + verified + cleaned up againstapi.proxyprints.ca, not a mock).docs/infrastructure.md: recreating thedjangocontainer viadocker compose up -dleavesnginxpointing at a stale internal IP untilnginxitself is restarted too — full 502 in between. Hit live during this activation; documented as a standard extra step for next time.Test plan
Docs-only, no code changed.
npx prettier --checkclean on both files.