https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783 --- Comment #65 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (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.