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 releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.0-alpha4 | 2009-Aug-13 | 8.03 KB | Download · Release notes | Recommended for 6.x | |
| Development snapshots | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 6.x-1.x-dev | 2009-Aug-14 | 8.03 KB | Download · Release notes | Development snapshot | |
