Bug 32465: Add 'queue' to koha-worker help documentation
Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> (cherry picked from commit486d78f544
) Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com> (cherry picked from commit8d0443f44a
) Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
bddcf045cc
commit
89bfb375e2
1 changed files with 3 additions and 1 deletions
4
debian/scripts/koha-worker
vendored
4
debian/scripts/koha-worker
vendored
|
@ -40,13 +40,15 @@ $scriptname
|
||||||
This script lets you manage the worker daemon for your Koha instances.
|
This script lets you manage the worker daemon for your Koha instances.
|
||||||
|
|
||||||
Usage:
|
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 --status instancename1 [instancename2...]
|
||||||
$scriptname -h|--help
|
$scriptname -h|--help
|
||||||
|
|
||||||
--start Start the worker daemon for the specified instances
|
--start Start the worker daemon for the specified instances
|
||||||
--stop Stop 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
|
--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
|
--status Show the status of the worker for the specified instances
|
||||||
--quiet|-q Make the script quiet about non existent instance names
|
--quiet|-q Make the script quiet about non existent instance names
|
||||||
(useful for calling from another scripts).
|
(useful for calling from another scripts).
|
||||||
|
|
Loading…
Reference in a new issue