-
Notifications
You must be signed in to change notification settings - Fork 797
Open
Labels
Description
Bug Summary
Feeds that fail in some ways aren't refreshed regularly
Description
Some websites might be offline/broken for whatever reasons. For example, lowtechmagazine runs on a solar panel, and thus might be offline when the weather is shite for a couple of days.
Unfortunately, miniflux is prompt to give up refreshing the feed:
I would expected something like an exponential backoff with a maximum of 48h or whatever.
This issue was reported to me by @magne4000
Steps to Reproduce
- Subscribe to a feed
- The feed goes offline/broken for a couple of days
- Miniflux will stop refreshing the feed
- The feed comes back online
- Miniflux didn't refresh it, the feed is now dead to miniflux :<
Expected Behavior
Miniflux should keep refreshing broken feeds, with an exponential backoff.
Actual Behavior
Miniflux gives up.
Version
2.2.8
Browser
No response
Relevant Logs or Error Output
Additional Context
No response
Checklist
- I have searched existing issues to ensure this bug hasn't been reported before.
magne4000