Currently the main way to check for updates is to check for date modified or etag headers returned from the feed source. Some systems such as tumblr and SPIP do not use this at all and therefore the feed is downloaded over and over again.
Perhaps it is possible to derive another signature from the feed or have another way of checking whether an update is in order.
copied over from [`lumbung-feed-aggregator` repo](https://git.vvvvvvaria.org/rra/lumbung-feed-aggregator/issues/6)
> Currently the main way to check for updates is to check for date modified or etag headers returned from the feed source. Some systems such as tumblr and SPIP do not use this at all and therefore the feed is downloaded over and over again.
>
> [16cbeaedb0/rss_aggregator.py (L150)](https://git.vvvvvvaria.org/rra/lumbung-feed-aggregator/src/commit/16cbeaedb017e80fe162b4206325b296fd3ab4d8/rss_aggregator.py#L150)
>
> Perhaps it is possible to derive another signature from the feed or have another way of checking whether an update is in order.
r
changed title from Updating: not all feeds publish etags or modified headers to [feed.py] Updating: not all feeds publish etags or modified headers2022-01-07 09:55:31 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
copied over from
lumbung-feed-aggregatorrepoUpdating: not all feeds publish etags or modified headersto [feed.py] Updating: not all feeds publish etags or modified headers