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

Refresh feed more frequently (e. g. hourly) #16

Open
slimhk45 opened this issue Jan 30, 2022 · 6 comments
Open

Refresh feed more frequently (e. g. hourly) #16

slimhk45 opened this issue Jan 30, 2022 · 6 comments

Comments

@slimhk45
Copy link

How to refresh feed more frequently than once a day?

@Y4shin
Copy link

Y4shin commented Feb 1, 2022

After Point 8 in the Setup Guide there is a link you can click to change it. There is a line that starts with cron. You can change the content of that string to a crontab expression. You can generate a crontab expression here https://crontab.guru . An example would be "0 */2 * * *" which updates at every even full hour.

@ravgeetdhillon
Copy link
Owner

@Y4shin I wouldn't recommend this approach because the code is written to get feed items that have been added in the last 24 hours. So, if you run the CRON job earlier than 24 hours, it may result in duplicate entries.

I'm working on this feature that allows you to control the feed refresh frequency and will update within a day or two.

@idkjs
Copy link

idkjs commented Apr 13, 2022

@ravgeetdhillon Any news on this update? I am trying it out and just want to see what it does before tomorrow.

Thanks.

@ravgeetdhillon
Copy link
Owner

@idkjs I'm sorry to say but I haven't got time to work on this feature.

@idkjs
Copy link

idkjs commented Apr 14, 2022

Thanks just the same for sharing this project.

@raphaelgrau
Copy link

Hello @ravgeetdhillon any updates on this feature?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants