Skip to content

Feature Request: Allow the use of dispatchAfterResponse() with a chain #324

@leo-unglaub

Description

@leo-unglaub

Hey,
i think it would be amazing if i could do the following:

$chain = [
    OptimizeTeamReport::makeJob($team),
    SendTeamReportEmail::makeJob($team),
];

CreateNewTeamReport::withChain($chain)->dispatchAfterResponse($team);

I think that's a very common usecase and it would be awesome if it would be possible.

Thanks so much
Greetings
Leo

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions