Closed labra closed 3 years ago
When we process dumps, we are extending EntityDocumentProcessor and it seems to work and processes all items.
However, at the end of the process, it logs:
INFO - Processed 0 entities in 0 sec
I wonder how can we inform it that the entities have been processed so it is a bit more informative.
Solved after extending the right class
When we process dumps, we are extending EntityDocumentProcessor and it seems to work and processes all items.
However, at the end of the process, it logs:
I wonder how can we inform it that the entities have been processed so it is a bit more informative.