v2.0.3
Support batchable jobs.
Bus::batch([
FirstAction::makeJob(1),
SecondAction::makeJob(2),
ThirdAction::makeJob(3),
])->then(function () {
// All jobs completed successfully...
})->dispatch();
Support batchable jobs.
Bus::batch([
FirstAction::makeJob(1),
SecondAction::makeJob(2),
ThirdAction::makeJob(3),
])->then(function () {
// All jobs completed successfully...
})->dispatch();