fix(preprocess): skip article fetches for incomplete discovery - #151
Open
pengpengyi92 wants to merge 1 commit into
Open
fix(preprocess): skip article fetches for incomplete discovery#151pengpengyi92 wants to merge 1 commit into
pengpengyi92 wants to merge 1 commit into
Conversation
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
This PR deliberately addresses only the redundant-fetch defect. The independent proposal to expose public article-fetch concurrency remains out of scope so that any configuration API can be reviewed and benchmarked separately.
Related Issue
Part of #144
Verification
bash scripts/verify.shin the project's Linux test environment: 486 passed, 86.46% coverage, import contracts and static checks passed.python -m pytest tests/preprocess/test_pr_newswire.py tests/flows/test_news.py tests/configs/test_news.py -q -o addopts=: 19 passed.python scripts/verify_news_e2e.py: PR Newswire discovery passed (332 observed rows across 4 pages) and ticker recovery passed (8/8 expected tickers); the independent RSS smoke check failed because the configured public PR Newswire RSS URL currently returns HTTP 404.complete=False,documents=0, and the discovery failure evidence without collecting partial article bodies.Checklist
type(scope): summary.bash scripts/verify.shpasses.