-
Type: Sub-task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.3
-
Component/s: Elasticsearch, Query & PageProvider
-
Tags:
-
Sprint:Sprint 1(5.9.3)
We want to avoid having several concurrent indexing tasks on the same document :
- this is not efficient
- this can cause conflicts or inconsistencies
This is only true for "async indexing tasks".
This can be done either at WorkManager level or specifically inside the ElasticSearchComponent : but this must work cluster wide (using Redis probably)