Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: describe task processing occ commands
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Dec 12, 2024
commit f605d6c2eedd3187d5ea356168d440a19e6f5229
35 changes: 35 additions & 0 deletions admin_manual/ai/app_assistant.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,41 @@ To enable/disable the text-to-image smart picker for all the users.

To enable/disable the speech-to-text smart picker for all the users.

Task processing
~~~~~~~~~~~~~~~

1. List Tasks

.. code-block::

occ taskprocessing:task:list

lists all task processing tasks.

2. Get Task

.. code-block::

occ taskprocessing:task:get $TASK_ID

shows all information for a specific task.

3. Enable or disable a Task type

.. code-block::

occ taskprocessing:task:enabled $TASK_TYPE_ID 1

Set 1 to enable and 0 to disable an implemented task type.

4. Get Task statistics

.. code-block::

occ taskprocessing:task:stats

shows statistics for all task processing Tasks.

Image storage
~~~~~~~~~~~~~

Expand Down