do not send notification of scheduled task failed
This commit is contained in:
parent
408738e08d
commit
f1298d1db4
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ public function handle(): void
|
|||
'message' => $this->task_output ?? $e->getMessage(),
|
||||
]);
|
||||
}
|
||||
send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
|
||||
// send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
|
||||
throw $e;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue