Changes between Version 4 and Version 5 of CiviCRM Module HSCIC Importer Planning


Ignore:
Timestamp:
11/15/13 11:53:19 (11 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM Module HSCIC Importer Planning

    v4 v5  
    148148}}}
    149149
     150=== Usage of Drupal cron
    150151
     152If 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
     154We 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
     156We could therefore use real cron to download the file.  Or just use real cron to do the whole process.
    151157
    152158== 2. UHL Data Warehouse ==