Skip to content

fix(SetupChecks): Link to task processing worker docs#62240

Open
marcelklehr wants to merge 1 commit into
masterfrom
fix/taskprocessing-worker-setup-check-doc-link
Open

fix(SetupChecks): Link to task processing worker docs#62240
marcelklehr wants to merge 1 commit into
masterfrom
fix/taskprocessing-worker-setup-check-doc-link

Conversation

@marcelklehr

Copy link
Copy Markdown
Member

Checklist

AI (if applicable)

  • The content of this PR was partly or fully generated using AI

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
@marcelklehr marcelklehr added this to the Nextcloud 35 milestone Jul 16, 2026
@marcelklehr marcelklehr requested a review from a team as a code owner July 16, 2026 12:21
@marcelklehr marcelklehr added the 3. to review Waiting for reviews label Jul 16, 2026
@marcelklehr marcelklehr requested review from Altahrim, come-nc, nfebe and salmart-dev and removed request for a team July 16, 2026 12:21
@marcelklehr

Copy link
Copy Markdown
Member Author

/backport to stable34

@marcelklehr

Copy link
Copy Markdown
Member Author

/backport to stable33

@marcelklehr

Copy link
Copy Markdown
Member Author

/backport to stable32

@marcelklehr

Copy link
Copy Markdown
Member Author

Moar reviews 💪

@@ -63,12 +63,14 @@ public function run(): SetupResult {

if ($lastIteration > 0) {
return SetupResult::warning(
$this->l10n->t('The Task Processing worker does not seem to be running. The last run was at %s.', [date('Y-m-d H:i:s', $lastIteration)])
$this->l10n->t('The Task Processing worker does not seem to be running. The last run was at %s.', [date('Y-m-d H:i:s', $lastIteration)]),
linkToDoc: 'https://docs.nextcloud.com/server/latest/admin_manual/ai/overview.html#improve-ai-task-pickup-speed'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: Might consider obtaining this URL through IURLGenerator::linkToDocs()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants