Changes between Version 10 and Version 11 of BluePrint/Messaging/Parsing
- Timestamp:
- 04/01/12 09:08:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrint/Messaging/Parsing
v10 v11 16 16 == How does the code get run? == 17 17 18 The Inbound Message receiving task should be run via the Scheduler:18 The Inbound Message receiving tasks should be run via the Scheduler: 19 19 * https://github.com/flavour/eden/blob/master/models/zzz_1st_run.py#L18 20 20 21 Before existing those threads, it should trigger a new Schduled task (once, now) to do the parsing. 22 23 Tropo, however, is different, since that receives inbound connections to it's controller. 24 25 All Parser Workflows should be defined in tasks.py. 26 27 The Configuration links these Tasks to Inbound Sources, along with any other args, in a new msg_workflow table. 21 28 == Parsing == 22 29 We want to be able to process [wiki:BluePrint/Messaging/OpenGeoSMS OpenGeoSMS]