Bugzilla – Attachment 144707 Details for
Bug 32465
koha-worker debian script missing 'queue' in help
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32465: Add 'queue' to koha-worker help documentation
Bug-32465-Add-queue-to-koha-worker-help-documentat.patch (text/plain), 1.54 KB, created by
David Nind
on 2022-12-18 06:13:23 UTC
(
hide
)
Description:
Bug 32465: Add 'queue' to koha-worker help documentation
Filename:
MIME Type:
Creator:
David Nind
Created:
2022-12-18 06:13:23 UTC
Size:
1.54 KB
patch
obsolete
>From caa84f165247c41f64bbf0f6c4d6ffee00836379 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Wed, 14 Dec 2022 15:44:28 +0000 >Subject: [PATCH] Bug 32465: Add 'queue' to koha-worker help documentation > >Signed-off-by: David Nind <david@davidnind.com> >--- > debian/scripts/koha-worker | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/debian/scripts/koha-worker b/debian/scripts/koha-worker >index 9bb291e9a1..fc6b8aba10 100755 >--- a/debian/scripts/koha-worker >+++ b/debian/scripts/koha-worker >@@ -40,13 +40,15 @@ $scriptname > This script lets you manage the worker daemon for your Koha instances. > > Usage: >-$scriptname [--start|--stop|--restart] [--quiet|-q] instancename1 [instancename2...] >+$scriptname [--start|--stop|--restart] [--queue queue_name] [--quiet|-q] instancename1 [instancename2...] > $scriptname --status instancename1 [instancename2...] > $scriptname -h|--help > > --start Start the worker daemon for the specified instances > --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 > --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.30.2
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 32465
:
144583
|
144707
|
145260