* When a queue runner gets an exception in its _dispose() method, a
commit24f390dcf0158722ec66ada50f22f55b868bc333
authorBarry Warsaw <barry@list.org>
Fri, 11 May 2012 19:16:06 +0000 (11 12:16 -0700)
committerBarry Warsaw <barry@list.org>
Fri, 11 May 2012 19:16:06 +0000 (11 12:16 -0700)
treefb70bb9cb74e85e7d5a1efc3c0536c15b6476eb5
parentfe405ddae97cc792a343e3665b9ea645b9cf4539
 * When a queue runner gets an exception in its _dispose() method, a
   `RunnerCrashEvent` is triggered, which contains references to the queue
   runner, mailing list, message, metadata, and exception.  Interested parties
   can subscribe to that `zope.event` for notification.
src/mailman/core/runner.py
src/mailman/core/tests/test_runner.py [new file with mode: 0644]
src/mailman/docs/NEWS.rst
src/mailman/interfaces/runner.py