Skip to content

Artisan queue [failed] [retry] do not work as expected #789

Closed
@Bodom78

Description

@Bodom78

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions