]> git.koha-community.org Git - koha.git/commit
Bug 37787: Remove mention of elastic_index from POD
authorMagnus Enger <magnus@libriotech.no>
Thu, 5 Sep 2024 06:38:44 +0000 (08:38 +0200)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Wed, 23 Oct 2024 17:14:55 +0000 (19:14 +0200)
commit476ae27df0608c54c63759158e6631a4a0879cb2
tree4e6b19f76d9d27b2033e09f823417878c8833c7f
parentdba23e4da1996340eb833ec41f865585c3104e7c
Bug 37787: Remove mention of elastic_index from POD

After the introduction of misc/workers/es_indexer_daemon.pl,
misc/workers/background_jobs_worker.pl should not handle the
elastic_index queue. But the latter script still mentions this
queue in the POD. This patch removes that mention.

To test:
- Run perldoc misc/workers/background_jobs_worker.pl
- Verify "elastic_index" is mentioned under --queue
- Apply this patch
- Run perldoc again and verify the mention of "elastic_index"
  is gone

Signed-off-by: Sukhmandeep Benipal <sukhmandeep.benipal@inLibro.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
misc/workers/background_jobs_worker.pl