Bug 36009: Document koha-worker --queue elastic_index
authorMagnus Enger <magnus@libriotech.no>
Wed, 7 Feb 2024 07:51:36 +0000 (07:51 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 19 Mar 2024 15:24:59 +0000 (15:24 +0000)
commit6200490cc7a19b5eeae7a345c45eb709d66b4375
tree3ff4e3721cd44389a223667b8e2e4f9a8251f546
parentb410b011f63eab5b71dac26a955445e45411d08a
Bug 36009: Document koha-worker --queue elastic_index

To test:
- Copy the koha-worker script to the standard location:
  $ sudo cp debian/scripts/koha-worker /usr/sbin/koha-worker
- Check "sudo koha-worker --help" and verify elastic_index is
  mentioned in the list of "current queues"
- See https://wiki.koha-community.org/wiki/Testing_man_pages for
  how to check the "man" page. There should be a new paragraph
  about "Current queues" under "--queue"

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 3eff8d02b7ec4435a46972710786630518814cb0)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 1a6c28d9c610897acf3fb193ca8356097f9ada42)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
debian/docs/koha-worker.xml
debian/scripts/koha-worker