fix(tail-log): reconnect stream after EOF so CLI survives log rotation#726
Merged
angi-acs merged 1 commit intoJun 16, 2026
Merged
Conversation
…fixes adobe#724 Replaces the single executeWithRetries call with a while(true) reconnect loop. When the log stream ends at midnight UTC (daily log rotation), the CLI now waits 2 seconds and reconnects instead of exiting silently. Transient errors without error.code (404, network drops, Azure SAS expiry) are swallowed and retried. Fatal CLI-coded errors (MAX_RETRY_REACHED, NO_IMS_CONTEXT) are still re-thrown immediately. Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
85d37e0 to
91b8073
Compare
angi-acs
approved these changes
Jun 16, 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
Removes a trailing space from the copyright header in
tail-log.jsthat was introduced in #725 and caused ESLint (no-trailing-spaces) to fail in the release workflow.Closes: #724
🤖 Generated with Claude Code