Changes between Version 7 and Version 8 of BluePrint/Messaging/Parsing


Ignore:
Timestamp:
03/13/12 17:51:17 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parsing

    v7 v8  
    1313
    1414We are still working on developing our [https://groups.google.com/forum/?fromgroups#!topic/sahana-eden/Vy8xT4bA_pA Profile Layer] for having deployment-specific files separated from core code, so we can start by just making this a deployment-template like [https://github.com/flavour/eden/blob/master/deployment-templates/models/000_config.py 000_config.py] copying the file to {{{modules/s3/s3parsing.py}}} for easy import into S3MSG.
     15
     16== How does the code get run? ==
     17
     18The Inbound Message receiving task should be run via the Scheduler:
     19* https://github.com/flavour/eden/blob/master/models/zzz_1st_run.py#L18
    1520
    1621== Parsing ==