Apply suggestions from code review for better texts
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
committed by
Dominik Bruhn
parent
6a63e77135
commit
0ad2cd1285
@@ -293,7 +293,7 @@ def merge(
|
||||
)
|
||||
|
||||
if delete_originals:
|
||||
logger.info("Removing original documents after consumption of merged document")
|
||||
logger.info("Queueing removal of original documents after consumption of merged document")
|
||||
chain(consume_task, delete_documents.si(affected_docs)).delay()
|
||||
else:
|
||||
consume_task.delay()
|
||||
|
||||
Reference in New Issue
Block a user