Skip to content

Use job middleware for queue job model updating #418

@lindyhopchris

Description

@lindyhopchris

Laravel 6 introduced job middleware. Need to investigate whether this is a better way of implementing the updating of the queue job models, rather than the current implementation of binding to the queue events. The weakness of queue events is the having to unserialize the payload - i.e. there isn't direct access to the queue job model that is attached to the job itself.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions