Bugzilla – Attachment 161796 Details for
Bug 36009
Document koha-worker --queue elastic_index
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36009: Document koha-worker --queue elastic_index
Bug-36009-Document-koha-worker---queue-elasticinde.patch (text/plain), 2.04 KB, created by
Magnus Enger
on 2024-02-07 07:57:05 UTC
(
hide
)
Description:
Bug 36009: Document koha-worker --queue elastic_index
Filename:
MIME Type:
Creator:
Magnus Enger
Created:
2024-02-07 07:57:05 UTC
Size:
2.04 KB
patch
obsolete
>From 5ea29f480dcc1001da897671527f3a232963b3b2 Mon Sep 17 00:00:00 2001 >From: root <root@localhost> >Date: Wed, 7 Feb 2024 07:51:36 +0000 >Subject: [PATCH] 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" >--- > debian/docs/koha-worker.xml | 1 + > debian/scripts/koha-worker | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > >diff --git a/debian/docs/koha-worker.xml b/debian/docs/koha-worker.xml >index 15ae70701a..f230b68fcf 100644 >--- a/debian/docs/koha-worker.xml >+++ b/debian/docs/koha-worker.xml >@@ -63,6 +63,7 @@ > <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> > </listitem> > </varlistentry> > <varlistentry> >diff --git a/debian/scripts/koha-worker b/debian/scripts/koha-worker >index 8889405b4b..d1d1601357 100755 >--- a/debian/scripts/koha-worker >+++ b/debian/scripts/koha-worker >@@ -48,7 +48,7 @@ $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 >+ current queues are: default, long_tasks, elastic_index > --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). >-- >2.34.1
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 36009
:
161796
|
162003
|
162368
|
162369