Closed (duplicate)
Project:
Feeds
Version:
7.x-2.0-alpha5
Component:
Feeds Import
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Aug 2011 at 23:35 UTC
Updated:
26 Oct 2012 at 15:22 UTC
I'm running drupal 7 on windows. How do I access the UI to schedule a feed to run periodically.
Comments
Comment #1
michaelfavia commentedCross posting from #1329502: How to Programmatically initiate standalone form feed import on cron:
This is also something im looking for in the 7.x branch.
I would like to see the saved feed url value from the "import/FEED_NAME" form used on recurring cron runs.
As a stopgap, I have temporarily created a content type and a single node to attach the feed to but that seems like alot of unnecessary overhead for 1 feel url. Thoughts?
Updating this to a bug report because nothing in the UI indicates that the schedule will be ignored if you DONT attach it to a nde type. I'd be happy to patch this with a little direction from the maintainers.
Comment #2
that0n3guy commentedI am also seeing this issue in alpha 5. Here is my importer. First run works fine. If I manual click import again on the standalone form, it updates the nodes just fine. But it won't run on cron.
Here is an export:
A wierd thing w/ that export is that I have update set to true and my expire set to never... but the above doesn't reflect that it seems.
Comment #3
dgtlmoon commentedSee #1553190: data not import during cron run