Skip to content
Snippets Groups Projects
Commit 1c8c179c authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

retry entire batch if all record indexing is failing

parent 144ad090
No related branches found
No related tags found
2 merge requests!346Merge branch 'aws-integration' into 'master',!292Fix record retry for deleted events on deleted index
......@@ -430,7 +430,7 @@ public class IndexerServiceImpl implements IndexerService {
List<String> failureRecordIds = new LinkedList<>();
if (bulkRequest.numberOfActions() == 0) return failureRecordIds;
int failedRequestStatus = 200;
int failedRequestStatus = 500;
String failedRequestMessage = "";
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment