Problem/Motivation
In the entity_access_by_field module, we have a post update that reindexes items for search API. It could take a lot of time and even can break the search server if the platform has a lot of items to index.
Proposed resolution
Skip reindex items just clear existing indexes and let cron do his job.
Comments
Comment #2
tbkot commentedPR: https://github.com/goalgorilla/open_social/pull/3054
Comment #3
ribelPR was merged and will be released in version 11.1.16 and above.
Comment #8
tbsiqueira