martinrotter / rssguard

Feed reader (and podcast player) which supports RSS/ATOM/JSON and many web-based feed services.
GNU General Public License v3.0
1.44k stars 120 forks source link

[FR]: avoid http 429, when too many feeds from same site. #1375

Closed bhunji2 closed 2 months ago

bhunji2 commented 2 months ago

Brief description of the feature request

situation: Account(RSS/ATOM/JSON) I subscribe to a forum's RSS Currently subscribed Topics exceed 169 different URLs The forum server will return http 429 Too Many Requests

suggestion: Please add the option to customize the interval between update for same site Thanks

martinrotter commented 2 months ago

Can you give a list of feed URLs from same host/website for me to test?

bhunji2 commented 2 months ago

Unfortunately, that's a private invitation-only forum Perhaps the server's capacity is not high to begin with, which is why the http 429 restriction appears.... I counted about 69 feeds that can be run at a time.

martinrotter commented 2 months ago

Well, i have to find something myself because blind implementing the feature would be difficult.

Ac314 commented 2 months ago

This is kind of duplicate of #1322 (see conversation there).