Closed (duplicate)
Project:
Feeds
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2012 at 20:58 UTC
Updated:
9 Aug 2019 at 13:53 UTC
Jump to comment: Most recent
Comments
Comment #1
vikfroberg commentedI got the same problem. The providers want us to run the import at a specific time.
Love to hear if someone has solved this. Can't find any settings in Feeds more than "every 12 hour" etc.
Thanks!
Comment #2
micromegas commentedDid anyone find a good way to do this?
I need to run a feed at a certain time every day. I see Feeds already has a periodic import interval option of "daily", but it doesn't say specifically at what time of day this daily import occurs; is there a way to set this? Also, for example, if I used the "every 12 hours" interval: twelve hours from what? From the time I save the setting? From the next time cron runs?
The docs at https://drupal.org/node/638804 don't go into anymore detail, either.
Any help or information would be appreciated.
Comment #3
micromegas commentedThis use-case is solved by using Feeds drush integration (see Issue 608408).
You can install drush on the server, set up your feed, and then configure Cron to do
drush feeds-import [feedname] --file=[filepath]at the specific times.Comment #4
cdmo commentedThat's one way to do it, though drush integration isn't on a stable release of the project yet.
Another option would be to use Elysia Cron. Though this only lets you schedule the cron running of all feeds on your site.
Comment #5
oheller commented