From: Kevin <ke...@dr...> - 2006-06-23 18:17:41
|
Hi team, So my cron triggered update-all stopped working about a week ago. This i= s on my personal FOFR install. Apparently I've been bitten by a condition that others have had problems with. One slow/down feed causes the entire update process to fail part way through. I guess it's time to get off my butt and finish feature #1371230. I'm growing tired of having to individually click update for 70+ feeds. To avoid the bad/down feed problem I figured I would randomize the feed update order to give each feed a fair chance to get updated.=20 Unfortunately, letting the DB do that is not portable. (See: http://www.petefreitag.com/item/466.cfm) I'll have to implement that in php. (seems like the shuffle() builtin should work for that) So, does anyone see a problem where the "update all" link really doesn't update every feed in the list? It would _only_ update feeds that have no= t been updated within $update_interval. $update_interval is configurable b= y the user on a per-feed basis and will default to 1 hour. Maybe I'll change the link to read "update feeds" instead, which is more accurate. -Kevin |