If campaigns stop, this is your first place to check.
| ID | Connection | Queue | Failed at | Exception | Actions |
|---|---|---|---|---|---|
| {{ $f->id }} | {{ $f->connection }} | {{ $f->queue }} | {{ $f->failed_at }} |
@php
$ex = (string) ($f->exception ?? '');
$short = strlen($ex) > 220 ? substr($ex, 0, 220) . '…' : $ex;
@endphp
{{ $short }}
|
|
| No failed jobs. | |||||