Skip to content

Commit 715281f

Browse files
authored
Merge pull request #15345 from nextcloud/backport/15322/stable33
[stable33] docs(stable33-upgrade): Add note about new task processing worker
2 parents e78454f + a4c4aea commit 715281f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

admin_manual/release_notes/upgrade_to_33.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,10 @@ Default user agent for outgoing requests changed
3838
------------------------------------------------
3939

4040
Starting with this release, the default user agent for requests done by the instance was changed from ``Nextcloud Server Crawler`` to ``Nextcloud-Server-Crawler/X.Y.Z``, where ``X.Y.Z`` is the current server version.
41+
42+
TaskProcessing worker command
43+
-----------------------------
44+
45+
Previously we instructed admins to run `occ background-job:worker <JobClass>` to speed up AI task processing. This recommendation has changed to running `occ taskprocessing:worker`, which handles parallel execution better. Make sure to update your setup.
46+
47+
See :doc:`../ai/overview` for more information about this.

0 commit comments

Comments
 (0)