[Koha-bugs] [Bug 32572] We should have a background queue for each job type

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 6 15:13:52 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32572

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #1)
> (In reply to Nick Clemens from comment #0)
> > Fetch ES jobs until we hit 100 records or run out of queue, then index 100
> > at a time
> > Indexing 1 record at a time takes a long time for each record
> 
> Isn't the problem koha-side actually, where we should batch update the index
> instead of call index_records for each record?

The problem is not for a batch action, but for a series of individual actions
i.e. 10 checkins happening one after another, then scale that to a site with 50
branches, all checking in their dropbox - 500 single index actions enqueued

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list