maubot / rss

A RSS plugin for maubot
GNU Affero General Public License v3.0
68 stars 21 forks source link

Identify Failed Feeds and possibility to delete them #23

Closed vsatmydynipnet closed 3 years ago

vsatmydynipnet commented 3 years ago

The log does not show which feed fails, so there is no possibility to delete failed feeds from the DB.

Would be cool to add the possibility to delete e.g. feeds with > 5 continuous fails from the feed db in maubot manager.

tulir commented 3 years ago

The log does show which feeds fail, and the database stores the number of consecutive errors so you can easily delete feeds that have failed more than X times.

There seem to be some bugs with resetting the error count when the feed comes back up though