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

--- Comment #65 from Marcel de Rooy <[email protected]> ---
(In reply to David Cook from comment #64)

> koha-worker is just a service wrapper around background_jobs_worker.pl.
> koha-worker could be improved to support more permutations. 
In QA I would probably have insisted on keeping things consistent. If you add
it in the script, add it in the wrapper too. 

> None of my Koha instances are heavy users of background jobs so it hasn't
> been an issue for me, but I think Bywater are running into issues with not
> having enough workers available.
The development here allows you to start workers per queue. But you need enough
cores too obviously. I notice that the parent waits for the child to finish; if
you code that differently you can fork simultaneously (if cores allow; could be
parametrized) reducing the need for the queue differentiation again.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
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/

Reply via email to