Skip to content

Commit 5ca4800

Browse files
committed
fix(task-streaming): make the notify_push message shorter
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent 552b159 commit 5ca4800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/TaskProcessing/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@ public function setTaskIntermediateOutput(int $id, array $output): bool {
12381238
// $queue = $this->serverContainer->get(\OCA\NotifyPush\Queue\IQueue::class);
12391239
$queue->push('notify_custom', [
12401240
'user' => $userId,
1241-
'message' => 'taskprocessing_task_results',
1241+
'message' => 'task_' . $task->getId(),
12421242
'body' => $output,
12431243
]);
12441244
error_log('sending to queue!!!!!!');

0 commit comments

Comments
 (0)