Skip to content

Commit

Permalink
docs(Tinebase/Cli): add link to docs for monitoringCheckQueue
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Feb 24, 2025
1 parent 328260b commit 20928a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/Tinebase/Frontend/Cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -1325,6 +1325,7 @@ public function monitoringCheckQueue()
. ';lastDurationUpdate=' . ($now - $lastDurationUpdate) . ';';
} catch (Exception $e) {
$message = 'QUEUE FAIL: ' . get_class($e) . ' - ' . $e->getMessage();
$message .= ' - https://tine-docu.s3web.rz1.metaways.net/operators/howto/tine20AdminQueue/';
$result = 2;
}

Expand Down

0 comments on commit 20928a3

Please sign in to comment.