Hi!!

I`m using feed modules, I have create an importer for feeds, I put the of 15 minutes to refesh content. I create the content importing from a rss url, and the content is created as node perfectly. But when I make a change in the rss content, the content is not updated in drupal. What I have to do to solve this?

Comments

kbalderson’s picture

You'll notice that under the "Update Interval" field, there's a line of text that says:
The length of time between feed updates. (Requires a correctly configured cron maintenance task.)

In your case, your cron job will have to run as often as your update interval.

http://drupal.org/cron

ambrosio33’s picture

I`m havingo problems with the cron, in report says that never run. I trye to execute manually and this error appears in the logs -->Attempting to re-run cron while it is already running. I delete from variable the shemapore values and still continuous. What I have to put in the cron.php? I`m on a linux, I have install poormanscron to launch the cron. What can I do? Thanks