DataSync FeedAPI

andrewlevine - April 3, 2009 - 18:31

DataSync FeedAPI imports FeedAPI feeds using DataSync instead of with hook_cron.

There are several benefits to doing this:

  • It prevents FeedAPI imports from timing out cron.php and ensures FeedAPI imports run on schedule even if another long-running hook_cron job is running.
  • It allows you to specify different schedules for different feeds (eg. you can run one feed import every hour and another every day). Normally, FeedAPI runs on every cron run.
  • You can use DataSync's error-handling support which will rollback all database changes in the case of an error and reschedule the feed import to rerun.
  • You can extend the default DataSync FeedAPI job class to run your own custom jobs.

Read the README.txt for installation instructions.

Releases

Official releasesDateSizeLinksStatus
6.x-1.0-alpha42009-Aug-138.03 KBRecommended for 6.xThis is currently the recommended release for 6.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-Aug-148.03 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.