View | Details | Raw Unified | Return to bug 36009
Collapse All | Expand All

(-)a/debian/docs/koha-worker.xml (+1 lines)
Lines 63-68 Link Here
63
        <term><option>--queue</option></term>
63
        <term><option>--queue</option></term>
64
        <listitem>
64
        <listitem>
65
          <para>Allows specifying the queue worker (defaults to 'default').</para>
65
          <para>Allows specifying the queue worker (defaults to 'default').</para>
66
          <para>Current queues are: default, long_tasks, elastic_index.</para>
66
        </listitem>
67
        </listitem>
67
    </varlistentry>
68
    </varlistentry>
68
    <varlistentry>
69
    <varlistentry>
(-)a/debian/scripts/koha-worker (-2 / +1 lines)
Lines 48-54 $scriptname -h|--help Link Here
48
    --stop                Stop the worker daemon for the specified instances
48
    --stop                Stop the worker daemon for the specified instances
49
    --restart             Restart the worker daemon for the specified instances
49
    --restart             Restart the worker daemon for the specified instances
50
    --queue               Specify the queue/worker to restart - 'default' is used if not specified
50
    --queue               Specify the queue/worker to restart - 'default' is used if not specified
51
                          current queues are: default, long_tasks
51
                          current queues are: default, long_tasks, elastic_index
52
    --status              Show the status of the worker for the specified instances
52
    --status              Show the status of the worker for the specified instances
53
    --quiet|-q            Make the script quiet about non existent instance names
53
    --quiet|-q            Make the script quiet about non existent instance names
54
                          (useful for calling from another scripts).
54
                          (useful for calling from another scripts).
55
- 

Return to bug 36009