hubmapconsortium / search-api

HuBMAP search service and associated pieces to create an index
https://search.api.hubmapconsortium.org
MIT License
2 stars 2 forks source link

Use ElasticSearch's retry_on_conflict feature on _update #837

Closed kburke closed 1 month ago

kburke commented 1 month ago

Initial commit using ElasticSearch's retry_on_conflict feature on _update operations.

kburke commented 1 month ago

@yuanzhou Pushed a commit to move configurable retry_on_conflict setting from app.cfg.example to search-config.yaml.example.