romanzipp / Laravel-Queue-Monitor

Monitoring Laravel Jobs with your Database
https://packagist.org/packages/romanzipp/laravel-queue-monitor
MIT License
693 stars 91 forks source link

Job is marked as failed in queue_monitor but not in failed_jobs #76

Closed Restingo closed 1 year ago

Restingo commented 3 years ago

I've got a job that is marked as failed in queue_monitor table and gui but has succeded after the second try. The job doesn't exist in failed_jobs table. Keep only failed jobs is enabled:

public static function keepMonitorOnSuccess(): bool
{
return false;
}