|
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 |
- |
|
|