What's the best approach for getting feed importers to run at specific times?

I'm importing csv data to data table records. One csv file is updated daily at 2:00AM the other hourly at 15 minutes past the hour. Cron runs every 2 minutes. I'd like to get these imported as close to their creation time as possible.

I've seen http://drupal.org/node/894442

Comments

MegaChriz’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)

Closing as a duplicate of #1795262: Schedule import to run at specific times.

You could alo use the Elysia Cron module or Ultimate Cron module to run your feed imports at specific times.