https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27783
David Cook <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion --- Comment #7 from David Cook <[email protected]> --- I think that a "default" queue is the wrong approach. Tasks should be in "to-purpose" queues, so that they can have "to-purpose" workers. That said, I don't think the "--job-type" style is sustainable/maintainable as it could get unmanageably long. I suggest we use configuration files. Out of the box, workers use "default_worker_conf.json" which contains all the queues (this file is maintained by the koha-common package). This can be customized using a CLI arg like "-c,--config /path/to/custom_worker_conf.json". This way, Koha "just works" out of the box with no sysadmin effort. For more complex implementations, the onus is on sysadmins to update their custom worker configuration(s). -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
