Skip to content

Commit

Permalink
feat: describe task processing occ commands
Browse files Browse the repository at this point in the history
Signed-off-by: Jana Peper <[email protected]>
  • Loading branch information
janepie committed Dec 9, 2024
1 parent 2e341f4 commit c15c14f
Showing 1 changed file with 35 additions and 0 deletions.
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

0 comments on commit c15c14f

Please sign in to comment.