https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32572
--- Comment #5 from David Cook <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
