notion-feeder icon indicating copy to clipboard operation
notion-feeder copied to clipboard

Refresh feed more frequently (e. g. hourly)

Open slimhk45 opened this issue 2 years ago • 6 comments

How to refresh feed more frequently than once a day?

slimhk45 avatar Jan 30 '22 11:01 slimhk45

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 avatar Feb 01 '22 13:02 Y4shin

@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 avatar Feb 02 '22 06:02 ravgeetdhillon

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

Thanks.

idkjs avatar Apr 13 '22 17:04 idkjs

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

ravgeetdhillon avatar Apr 14 '22 07:04 ravgeetdhillon

Thanks just the same for sharing this project.

idkjs avatar Apr 14 '22 12:04 idkjs

Hello @ravgeetdhillon any updates on this feature?

raphaelgrau avatar Nov 24 '22 12:11 raphaelgrau