coolify/resources/views/emails/scheduled-task-failed.blade.php

10 lines
181 B
PHP
Raw Normal View History

<x-emails.layout>
Scheduled task ({{ $task->name }}) was FAILED with the following error:
<pre>
{{ $output }}
</pre>
Click [here]({{ $url }}) to view the task.
</x-emails.layout>