Feed staleness detection and alerts #93

Closed
opened 2026-03-09 00:14:27 +01:00 by myrmidex · 0 comments
Owner

Summary

Detect when a feed silently stops returning articles and notify the user.

Context

Split from #82. Depends on #92 (notification infrastructure). Feeds have last_fetched_at but nothing alerts the user if a feed goes stale.

Tasks

  • Add feed_staleness_threshold_hours setting (default e.g. 48h)
  • Scheduled job to check all active feeds against threshold
  • Create notification when feed is stale
  • Settings UI for threshold configuration
  • Tests for staleness detection logic
## Summary Detect when a feed silently stops returning articles and notify the user. ## Context Split from #82. Depends on #92 (notification infrastructure). Feeds have `last_fetched_at` but nothing alerts the user if a feed goes stale. ## Tasks - [ ] Add `feed_staleness_threshold_hours` setting (default e.g. 48h) - [ ] Scheduled job to check all active feeds against threshold - [ ] Create notification when feed is stale - [ ] Settings UI for threshold configuration - [ ] Tests for staleness detection logic
myrmidex added this to the v1.3.0 milestone 2026-03-09 00:14:27 +01:00
myrmidex added a new dependency 2026-03-09 00:15:39 +01:00
myrmidex added the
enhancement
label 2026-03-09 00:24:27 +01:00
myrmidex self-assigned this 2026-03-09 17:13:11 +01:00
Sign in to join this conversation.
No description provided.