mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
Merge branch 'synchrone-consumer-notifications'
This commit is contained in:
commit
f650fb0976
@ -142,6 +142,11 @@ class Consumer(object):
|
|||||||
self._cleanup_tempdir(tempdir)
|
self._cleanup_tempdir(tempdir)
|
||||||
self._cleanup_doc(doc)
|
self._cleanup_doc(doc)
|
||||||
|
|
||||||
|
self.log(
|
||||||
|
"info",
|
||||||
|
"Document {} consumption finished".format(document)
|
||||||
|
)
|
||||||
|
|
||||||
document_consumption_finished.send(
|
document_consumption_finished.send(
|
||||||
sender=self.__class__,
|
sender=self.__class__,
|
||||||
document=document,
|
document=document,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user