Changes between Version 10 and Version 11 of BluePrint/Messaging/Parsing


Ignore:
Timestamp:
04/01/12 09:08:00 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Parsing

    v10 v11  
    1616== How does the code get run? ==
    1717
    18 The Inbound Message receiving task should be run via the Scheduler:
     18The Inbound Message receiving tasks should be run via the Scheduler:
    1919* https://github.com/flavour/eden/blob/master/models/zzz_1st_run.py#L18
    2020
     21Before existing those threads, it should trigger a new Schduled task (once, now) to do the parsing.
     22
     23Tropo, however, is different, since that receives inbound connections to it's controller.
     24
     25All Parser Workflows should be defined in tasks.py.
     26
     27The Configuration links these Tasks to Inbound Sources, along with any other args, in a new msg_workflow table.
    2128== Parsing ==
    2229We want to be able to process [wiki:BluePrint/Messaging/OpenGeoSMS OpenGeoSMS]