Changes between Version 12 and Version 13 of BluePrint/Messaging/Outbound


Ignore:
Timestamp:
09/21/12 13:31:06 (12 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrint/Messaging/Outbound

    v12 v13  
    5252* Add logging of errors. Detect obvious misconfiguration and object strenuously.
    5353
     54* Verify that there are no problems with (e.g.) orphaned entries if there are multiple accessors to the queues.
     55
    5456Later:
    5557
    5658* Add automated failure handling, and / or a way for the admin to review and deal with the failures.
    5759
    58 * Attempt to detect transport issues that the site admin might need to deal with.
     60* Attempt to detect per-transport issues that are causing send failures:
     61  * If the issue affects all messages for that transport, skip other messages for that transport in the current processing run.
     62  * If the issue is something that the site admin might need to deal with, let them know.
     63
     64* Check whether we already prevent overlapping runs. (Note the conditional scheduling I was working on, but that wasn't needed for Ashwyn's GSoC project, did deal with this, so this may be why I thought we might already be handling this.)
    5965
    6066== Email Error Handling ==