[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 6 23:21:50 CET 2023


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

--- Comment #44 from David Cook <dcook at prosentient.com.au> ---
(In reply to Jonathan Druart from comment #43)
> Could you remind me why we need this? Why don't you just run another worker?
> This area has not been very stable in the last releases and I am not sure we
> should play with more forking and introduce possible regressions when an
> alternative (run more workers) is already available.

I could be wrong but I think the premise of this change is that it would be
more difficult to update koha-worker and koha-common.init to allow for a
configurable number of workers than it would be to add more forks.

However, I agree that it would be preferable to just run more workers. Even if
it's easier to fork, I don't think this patch goes about it quite the right
way...

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


More information about the Koha-bugs mailing list