[Koha-bugs] [Bug 27783] Introduce background job queues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 11 17:17:24 CEST 2022


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

--- Comment #57 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
Just another QA stamp here having re-tested the set.

This gives us two workers by default, one working through long-running tasks
sequentially and the second working through short running tasks sequentially..
thus we can now work on short and long tasks in parallel and not cause hold-ups
with a short running task waiting on a long-running one.

This gets us a good way towards where we want to be eventually with a
configurable manager daemon with a config file and self spawning workers as
Davids config file approach mentioned above suggests.. this is a great interim
measure though for now and allows us to continue working on tasks whilst we
consider the options for implementing such a manager daemon. (Job dependencies
and things will need to be added too to allow for such a manager system to
work).

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


More information about the Koha-bugs mailing list