https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35086 Bug ID: 35086 Summary: Koha::SearchEngine::Elasticsearch::Indexer->update_ind ex needs to commit in batches Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Elasticsearch Assignee: koha-bugs@lists.koha-community.org Reporter: nick@bywatersolutions.com As we have moved tasks into the background we have updated code to send a single background request for indexing - so if a library modifies several thousand biblios we send the full list for reindexing. update_index needs to ensure the size of the requests does not exceed the limits of ES or take up too many resources. We should provide a configurable (syspref? kconf switch?) limit for each indexing request -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.