Skip to content

Elasticsearch: Intelligently retry bulk-insert failures when indexing database content

Mark Chao requested to merge 12372-retry into master

What does this MR do?

For database importing, retry individual failed database entry first. If retry is still unsuccessful, schedule another indexing for the particular project instead.

Part of #12372 (closed)

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Edited by Mark Chao

Merge request reports