You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
artisan queue:failed
Does not work because the failed_at column is not stored as a timestamp.
Exception thrown: strstr() expects parameter 1 to be string, array given
artisan queue:retry id
Does re queue the job but does not delete the record in the failed_jobs collection.
Exception thrown: Undefined property: stdClass::$id
artisan queue:retry all
Does not find any failed jobs even when there are some present.
Error: No failed job matches the given ID [].