Quote:
Originally Posted by greenhybrid
Can someone please explain the difference between the cron and the post interval? Right now I created a custom RSS for certain Google News terms and its results are both ever-changing and unpredictable. I've set the cron for every hour and the interval for every 5 minutes or so. Also, I set the amount to process at each time for 1, the default and recommendation. Does this mean that if there's duplicates, they won't be posted and only 1 can be posted every 5 minutes?
|
The cron and postinterval thing is kind of confusing. I have my articlebot.php set to run (via a server cron job) every five minutes. However, I have my post intervals set to anywhere between 120 minutes to 3600 minutes. So what happens is that the articlebot.php runs every 5 minutes, but I have my rss feeds "staggered". If the postinterval has elapsed for any of my given feeds THAT FEED gets updated while the others do not. Each time articlebot.php is run, maybe only 1-2 of my feeds' postinterval is up.
The amount to process I set to like 20 or something. For example, if your feed has 3 NEW posts and yours is set to 20, it will download only those 3 new posts. But if your amount is set to 1 and your feed gets 3 new ones, it will only grab one of them (each time it runs.)
Confusing.
Kenny