https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783
--- Comment #57 from Martin Renvoize <[email protected]> --- 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. _______________________________________________ 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/
