RSS adapter registered but disabled #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Category: Coverage · Priority: LOW/MED
Summary
rss_feeds.pyexists and is curated (TechCrunch AI, VentureBeat AI, The Verge AI, AI News, The Decoder, MIT Tech Review, OpenAI, Anthropic, Google, Meta blogs) but is NOT inENABLED_SOURCES. Only 5 of 6 registered adapters run daily.Why it matters
Leaves a deliberate "commercial AI news" gap — corporate moves, funding, product launches, policy — that GitHub/arXiv/Reddit/HN/HF don't cover. Brief skews academic/community.
What happens if not done
Blind spot on industry/commercial signal; competitive and business-context items missing from the brief.
Suggested approach
Enable
rssinENABLED_SOURCES(it has its ownfeed_failurescapture + AI-relevance filter). Verify feed status codes (some return 3xx, handled by feedparser). Add a second delivery target for the VPS admin if desired.Resolved by PR #12.
rssadded toENABLED_SOURCESinpipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures are captured infeed_failureslog with visible status codes.Resolved by PR #12. rss added to ENABLED_SOURCES in pipeline.py. Daily cron (oracle-daily-pipeline, 13:00 UTC) now runs all 6 sources including RSS. Feed failures captured in feed_failures log.