Bugzilla – Attachment 173164 Details for
Bug 37787
Undocument koha-worker --queue elastic_index
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37787: Undocument koha-worker --queue elastic_index
Bug-37787-Undocument-koha-worker---queue-elasticin.patch (text/plain), 2.71 KB, created by
Tomás Cohen Arazi (tcohen)
on 2024-10-22 14:35:24 UTC
(
hide
)
Description:
Bug 37787: Undocument koha-worker --queue elastic_index
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2024-10-22 14:35:24 UTC
Size:
2.71 KB
patch
obsolete
>From 3f32b61fd2394350ce5276e12604f0e0745753aa Mon Sep 17 00:00:00 2001 >From: Magnus Enger <magnus@libriotech.no> >Date: Fri, 30 Aug 2024 10:00:25 +0200 >Subject: [PATCH] Bug 37787: Undocument 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 > not mentioned in the list of "current queues" >- See https://wiki.koha-community.org/wiki/Testing_man_pages for > how to check the "man" page. elastic_index should not be > mentioned in the list of "Current queues". >- Both places aboce should have a note about elastic_index not > being active when koha-es-indexer is running. > >Signed-off-by: Sukhmandeep Benipal <sukhmandeep.benipal@inLibro.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > debian/docs/koha-worker.xml | 3 ++- > debian/scripts/koha-worker | 5 ++++- > 2 files changed, 6 insertions(+), 2 deletions(-) > >diff --git a/debian/docs/koha-worker.xml b/debian/docs/koha-worker.xml >index f230b68fcfe..56a5f0cb82f 100644 >--- a/debian/docs/koha-worker.xml >+++ b/debian/docs/koha-worker.xml >@@ -63,7 +63,8 @@ > <term><option>--queue</option></term> > <listitem> > <para>Allows specifying the queue worker (defaults to 'default').</para> >- <para>Current queues are: default, long_tasks, elastic_index.</para> >+ <para>Current queues are: default, long_tasks.</para> >+ <para>Note: There used to be a queue called elastic_index, but since the introduction of koha-es-indexer this queue should not be active.</para> > </listitem> > </varlistentry> > <varlistentry> >diff --git a/debian/scripts/koha-worker b/debian/scripts/koha-worker >index d1d1601357c..aa51c90c13f 100755 >--- a/debian/scripts/koha-worker >+++ b/debian/scripts/koha-worker >@@ -48,12 +48,15 @@ $scriptname -h|--help > --stop Stop the worker daemon for the specified instances > --restart Restart the worker daemon for the specified instances > --queue Specify the queue/worker to restart - 'default' is used if not specified >- current queues are: default, long_tasks, elastic_index >+ current queues are: default, long_tasks > --status Show the status of the worker for the specified instances > --quiet|-q Make the script quiet about non existent instance names > (useful for calling from another scripts). > --help|-h Display this help message > >+Note: There used to be a queue called elastic_index, but since the introduction >+of koha-es-indexer this queue should not be active. >+ > EOF > } > >-- >2.47.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 37787
:
170900
|
171046
|
171280
|
171281
|
171282
| 173164 |
173165