Bug #1714
Ensure ES index delete should not break the ingestion.
Start date:
10/06/2021
Due date:
10/07/2021
% Done:
100%
Estimated time:
1.00 h
Description
In case we changed the ES server(like the current scenario), there is no entries present for the existing books in the ES. So, if we're reingesting the book in overwrite mode then it is throwing the error while deleting the ES entry that didn't exist.
In order to solve this issue, we have to add the catch statement for ES index delete