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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user