Bug 36009: Document koha-worker --queue elastic_index
authorMagnus Enger <magnus@libriotech.no>
Wed, 7 Feb 2024 07:51:36 +0000 (07:51 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 11 Mar 2024 09:38:46 +0000 (10:38 +0100)
commit1a6c28d9c610897acf3fb193ca8356097f9ada42
tree9adb8324810cfb041e31a079989c41031c8c02c9
parentdcc1dfeee0ee300d43ec3861d48e808050979901
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>
debian/docs/koha-worker.xml
debian/scripts/koha-worker