🚀 مُصادَق: تحديث برمجي جديد 2026-05-03 15:33

This commit is contained in:
Hamza-Ayed
2026-05-03 15:33:02 +03:00
parent 06dc3885d7
commit e182faad1d
3 changed files with 61 additions and 1061 deletions

View File

@@ -85,7 +85,7 @@ final class AdminController
$stmt->execute();
$counts = $stmt->fetchAll();
$stmt = $db->prepare("SELECT * FROM queue_jobs WHERE status IN ('failed', 'dead') ORDER BY created_at DESC LIMIT 50");
$stmt = $db->prepare("SELECT * FROM queue_jobs WHERE status IN ('pending','processing','failed','dead') ORDER BY created_at DESC LIMIT 100");
$stmt->execute();
$failedJobs = $stmt->fetchAll();