Failed Jobs

If campaigns stop, this is your first place to check.

@forelse($failed as $f) @empty @endforelse
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 }}
@csrf
@csrf
No failed jobs.
{{ $failed->links() }}