Merge pull request #24680 from leboncoin/fix-search-es-clean-stale-indices

search-backend-module-elasticsearch: correctly resolve error handling promise
This commit is contained in:
Djam
2024-05-08 11:06:45 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search-backend-module-elasticsearch': patch
---
Fix never resolved indexer promise.
@@ -345,6 +345,7 @@ export class ElasticSearchSearchEngine implements SearchEngine {
attempts++;
}
done();
});
if (cleanupError) {