-
-
Notifications
You must be signed in to change notification settings - Fork 597
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
Comments
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. |
@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. |
@ravgeetdhillon Any news on this update? I am trying it out and just want to see what it does before tomorrow. Thanks. |
@idkjs I'm sorry to say but I haven't got time to work on this feature. |
Thanks just the same for sharing this project. |
Hello @ravgeetdhillon any updates on this feature? |
How to refresh feed more frequently than once a day?
The text was updated successfully, but these errors were encountered: