miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.97k stars 727 forks source link

Automatically retry refresh on refresh failure #2895

Closed woj-tek closed 1 month ago

woj-tek commented 1 month ago

Sometimes a feed refresh fails (for example: "Miniflux is not able to reach this website due to a network error: Get "https://www.rp.pl/rss/1811-plus-minus": context deadline exceeded (Client.Timeout exceeded while awaiting headers).").

It works just fine when I click "refresh" but... until I do it manually the feed is stuck.

It would be awesome if miniflux would automatically try refreshing those feeds as well.

fguillot commented 1 month ago

Miniflux is already doing automatic retries. You can try to increase the value of POLLING_PARSING_ERROR_LIMIT (the default value is 3).

woj-tek commented 1 month ago

Hmm... Curious, I already had bumped it to "10". Well, just set it to 0 which should fix the issue :)