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

(-)a/debian/docs/koha-worker.xml (-1 / +2 lines)
Lines 63-69 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
          <para>Current queues are: default, long_tasks.</para>
67
          <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>
67
        </listitem>
68
        </listitem>
68
    </varlistentry>
69
    </varlistentry>
69
    <varlistentry>
70
    <varlistentry>
(-)a/debian/scripts/koha-worker (-2 / +4 lines)
Lines 48-59 $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, elastic_index
51
                          current queues are: default, long_tasks
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
    --help|-h             Display this help message
55
    --help|-h             Display this help message
56
56
57
Note: There used to be a queue called elastic_index, but since the introduction
58
of koha-es-indexer this queue should not be active.
59
57
EOF
60
EOF
58
}
61
}
59
62
60
- 

Return to bug 37787