Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Fresh frequency setting for single feed #412

Open
RookieZoe opened this issue Aug 2, 2019 · 11 comments
Open

[Feature request] Fresh frequency setting for single feed #412

RookieZoe opened this issue Aug 2, 2019 · 11 comments
Labels

Comments

@RookieZoe
Copy link

RookieZoe commented Aug 2, 2019

Hi there,

Awesome work! As we know, there is a global option 'POLLING_FREQUENCY' to set fresh frequency for all feeds. I think it would be nice to have an option like 'POLLING_FREQUENCY' for every single feeds in there own 'edit page'. OR if there is already a way to set this? Thanks.

Cheers,
Rooke_Zoe

@supersexy
Copy link

I was looking for this in the web gui and spent too much time realizing that there is only one global POLLING_FREQUENCY. I expected to be able to set refresh frequencies for single feeds or at least for a category of feeds to be different than the global POLLING_FREQUENCY.

@ghost
Copy link

ghost commented Mar 19, 2020

I'm also subscribing to this feature.
For example, I might want to refresh some news feed every 5/10 minutes, while this polling frequency is not necessary for something such as arXiv (where once a day is enough).

@shizunge
Copy link
Contributor

How about let miniflux decide the polling frequency automatically? #643
I have sent a poll request. You may review the code.

@ghost
Copy link

ghost commented Apr 25, 2020

How about let miniflux decide the polling frequency automatically? #643
I have sent a poll request. You may review the code.

I believe it will be of use in many cases, but it would work in the opposite direction in my situation.
Arxiv publishes 20 feeds a day and - as I'm not interested in reading the articles as soon as they are out - refreshing once a day would be enough (and necessary, as I don't want to be banned).
On the other hand I, or another user in the same miniflux instance, might want to have updates once every 10 minutes, for example for a youtube channel that adds five videos during the week.

tldr; your algorithm is interesting but this feature request is still relevant

@shizunge
Copy link
Contributor

shizunge commented Apr 25, 2020 via email

@shizunge
Copy link
Contributor

shizunge commented Jul 2, 2020

Read the codes again. I seems wrong in my previous comments.
Each user owns their own feeds. If more than one user subscribe to the same feed, the entries of the feed will be captured more than once actually
Thus setting the fresh frequency per feed per user should be doable.

@anyone00
Copy link

I think refresh frequency setting for single feed is not that practical if you have many feeds, and you can't bulk edit them.

IMO having refresh frequency per category is a better approach to this problem.

@sylph520
Copy link

sylph520 commented Jan 16, 2022

Yeah, this feature is desirable, since some feeds we know are updated less frequentlly or it is not a feed that we need to fetch it as soon as it's updated, We could set some update duration for these rss feeds. Hope it will be an option for miniflux..

@luismanson
Copy link

Hi, Im using API calls to get unread items from miniflux, I'm interested into having a per feed option too, since I want to control the frecuency in which I see some of those feeds

@waweic
Copy link

waweic commented Mar 6, 2022

Hi, I've been banned from accessing some feed due to requesting it more often than once each six hours. For that particular blog, it's fine, but I really do not want to have every other feed refresh only 4 times a day. I could set up an HTTP cache just for this blog, but I really don't want to.

Could a possible solution be that each user can set a desired frequency for refreshing and the highest frequency gets chosen and displayed to the user? After all, every user should be interested in not having their feeds banned.

@wrobelda
Copy link

Any update on this, perhaps? This is a crucial feature for those who use RSS for internal purposes, not only to consume public feeds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
9 participants