Closed
Description
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 [].
Metadata
Metadata
Assignees
Labels
No labels