Closed (duplicate)
Project:
FeedAPI
Version:
6.x-1.8
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2009 at 15:52 UTC
Updated:
20 Sep 2009 at 16:39 UTC
I noticed my feeds hadn't been refreshed for 4 days or so. Hurm.
Inspecting the cron hook I found that was being called but the body of the while loop wasn't being invoked. In feedapi_cron_time adding this at the end
watchdog('feedapi', 'tl='.$time_limit - time());
shows a negative value which means that feedapi_cron_time is returning 0, which means the while loops won't be executed.
Indeed commenting out the calls to feedapi_cron_time does make the while loops be executed and the feeds do refresh.
Comments
Comment #1
reikiman commentedThis appears to be a duplicate of #580508: FeedAPI doesnt update on cron run after drupal 6.14 upgrade