[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
Thu Sep 7 02:19:20 CEST 2023


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

--- Comment #5 from David Cook <dcook at prosentient.com.au> ---
So bug 32594 introduced an "elastic_index" queue and a worker that could batch
together indexing jobs.

Bug 32558 added forking so that workers could process more jobs. 

The idea here is that we'd have a "real_time_holds_queue" so that a worker
could just be devoted to that instead of competing with other jobs?

--

We do need to work on a better way of setting up workers, because a smaller
library will have more limited computing power, and probably will need fewer
workers to handle all the jobs, while larger libraries with more computing
power will want to have more workers for more separate queues...

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


More information about the Koha-bugs mailing list