[Koha-bugs] [Bug 27783] Add handling for 'Queues' in the background job queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 31 00:39:21 CEST 2022


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

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |In Discussion

--- Comment #7 from David Cook <dcook at prosentient.com.au> ---
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.


More information about the Koha-bugs mailing list