https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783
--- Comment #8 from David Cook <[email protected]> --- (In reply to Martin Renvoize from comment #6) > Or.. and I think it is perhaps preferable.. we should work on a worker > manager daemon script instead of a simple worker script.. such a script > would for workers, plural, to run the various queues. Good call. For other projects, I use systemd services or separate containers for workers, but with Koha we use the "daemon" utility to run our own services, so I think we need to do a bespoke manager as well... I suppose koha-worker could consume a declarative configuration file that lists out how many workers to create and what configuration files they should use themselves. It would then invoke those using the "daemon" utility I suppose? -- You are receiving this mail because: You are the assignee for the bug. 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/
