المهام المعلقة (Pending)
{{ number_format($pendingJobsCount) }}
المهام الفاشلة (Failed)
{{ number_format($failedJobsCount) }}
| المسار / الاتصال | استثناء | وقت الفشل | الإجراءات |
|---|---|---|---|
| {{ $job->connection }} {{ $job->queue }} | {{ Str::limit(explode("\n", $job->exception)[0], 80) }} | {{ $job->failed_at }} | |
|
لا توجد مهام فاشلة. |
|||