chore(ci): Artifact-Retention senken (7→3, 14→7 Tage) - #82
Merged
Conversation
…ppen Vorfaelle 21.08.2026 (guild 1.372.0 + app snapshot-dev): 1) Der Karte-422-Retry zuendete nie: docker logs --tail 60 zeigte nur die beiden ~30-zeiligen Stacktraces des Fail-fast-Abbruchs, die WARN-Zeile 'Vaultwarden riegelt mit einem Rate-Limit ab (token-Endpoint HTTP 429...)' lag OBERHALB des Fensters. Jetzt werden 300 Zeilen geholt; angezeigt werden weiterhin 60, Diagnose und 429-Erkennung lesen alle 300. 2) Der gescheiterte neue Slot (restart: always) blieb nach dem Abbruch als Zombie im Crashloop stehen und machte pro Boot einen Vaultwarden-Login. Der geteilte Login-Rate-Limit-Bucket (alle Clients = eine NAT-IP, Refill 1/min = Docker-Restart-Backoff-Rate) blieb dadurch dauerhaft leer und liess PARALLELE Deploys mit HTTP 429 scheitern. Nach endgueltig fehlgeschlagenem Healthcheck wird der Slot jetzt gestoppt. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…r voll (2028 Artefakte, 3.5GB) 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.
Die Org-Artifact-Quota war voll (2028 Artefakte, ~3.5 GB, heute geleert). Test-/Coverage-/Playwright-Artefakte werden nur vom selben Run (Sonar) bzw. kurzfristig zum Debuggen gebraucht — 3 Tage reichen; OWASP-Reports 14→7.
🤖 Generated with Claude Code