aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/db/migrations/007_add_feeds_fetch_interval_seconds.sql
AgeCommit message (Collapse)Author
2026-04-27feat(backend): adapt feed fetch interval to update frequencyHEADmainnsfisis
Add per-feed fetch_interval_seconds (clamped to [1h, 24h]) that halves on new articles and grows 1.5x when a fetch yields nothing, replacing the fixed 1h schedule with the 10min cooldown filter. Scheduler tick shortened to 30min so the 1h floor is honored with reasonable precision.