Changes between Version 4 and Version 5 of CiviCRM Module HSCIC Importer Planning
- Timestamp:
- 11/15/13 11:53:19 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM Module HSCIC Importer Planning
v4 v5 148 148 }}} 149 149 150 === Usage of Drupal cron 150 151 152 If we use the Drupal 'easy cron' then all the processing is done in within a normal request for a Drupal page. This could lead to a user inexplicably to have to wait a long time for a page because we're doing the processing in the background. 153 154 We could split the task ofver several requests. Either manually or using [[https://api.drupal.org/api/examples/queue_example!queue_example.module/group/queue_example/7|queues]]. However, the actual act of downloading the file could take a long time on its own. 155 156 We could therefore use real cron to download the file. Or just use real cron to do the whole process. 151 157 152 158 == 2. UHL Data Warehouse ==