RSS adapter registered but disabled #9

Closed
opened 2026-07-10 15:39:29 +00:00 by Leonard · 2 comments

Category: Coverage · Priority: LOW/MED

Summary
rss_feeds.py exists 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 in ENABLED_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 rss in ENABLED_SOURCES (it has its own feed_failures capture + AI-relevance filter). Verify feed status codes (some return 3xx, handled by feedparser). Add a second delivery target for the VPS admin if desired.

**Category:** Coverage · **Priority:** LOW/MED **Summary** `rss_feeds.py` exists 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 in `ENABLED_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 `rss` in `ENABLED_SOURCES` (it has its own `feed_failures` capture + AI-relevance filter). Verify feed status codes (some return 3xx, handled by feedparser). Add a second delivery target for the VPS admin if desired.
Author

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 are captured in feed_failures log 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 are captured in `feed_failures` log with visible status codes.
Author

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.

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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Tony_tech/athena-oracle#9