From b3732d21e5aa0267522d9db885c299feffc3530a Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Thu, 16 Jul 2026 14:33:04 +0200 Subject: [PATCH] docs(stable33-upgrade): Add note about new task processing worker Signed-off-by: Marcel Klehr --- admin_manual/release_notes/upgrade_to_33.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin_manual/release_notes/upgrade_to_33.rst b/admin_manual/release_notes/upgrade_to_33.rst index eeeb8ef4144..c50cd3ff801 100644 --- a/admin_manual/release_notes/upgrade_to_33.rst +++ b/admin_manual/release_notes/upgrade_to_33.rst @@ -38,3 +38,10 @@ Default user agent for outgoing requests changed ------------------------------------------------ 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. + +TaskProcessing worker command +----------------------------- + +Previously we instructed admins to run `occ background-job:worker ` 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. + +See :doc:`../ai/overview` for more information about this.