Merge branch 'synchrone-consumer-notifications'

This commit is contained in:
Daniel Quinn
2016-10-26 09:52:23 +00:00

View File

@@ -142,6 +142,11 @@ class Consumer(object):
self._cleanup_tempdir(tempdir)
self._cleanup_doc(doc)
self.log(
"info",
"Document {} consumption finished".format(document)
)
document_consumption_finished.send(
sender=self.__class__,
document=document,