mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-18 12:33:06 +00:00
do not send notification of scheduled task failed
This commit is contained in:
@@ -108,7 +108,7 @@ class ScheduledTaskJob implements ShouldQueue
|
|||||||
'message' => $this->task_output ?? $e->getMessage(),
|
'message' => $this->task_output ?? $e->getMessage(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
|
// send_internal_notification('ScheduledTaskJob failed with: ' . $e->getMessage());
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user