RSS and Auto-Fetch

RSS & auto-fetch

Two daily crons:

  • Personal RSS — pulls each user’s configured feeds, filters out homepages/future-dated/non-2xx URLs, dedupes against existing articles.
  • Organization RSS — same, scoped to org-level feeds. Repurposed posts use the brand author identity.

AI scoring is deferred downstream, not done in the ingestion job, so a slow LLM doesn’t time out the cron. Each batch updates the DB incrementally to survive partial failures.

Per-feed flags:

Flag Effect
repurpose_enabled Feed is eligible for Repurpose actions in the UI
auto_post_enabled Lexi can pull from this feed for autopilot

Related: Personal cadence (user), Org RSS feeds (user)