How to get all the job ids when dispatching a chain?

时间:2019-03-06 11:40:35

标签: laravel

How can I retrieve all the jobIds that are dispatched in a chain, for example:

ProcessPodcast::withChain([
    new OptimizePodcast,
    new ReleasePodcast
])->dispatch();

What are the ids of the ProcessPodcast, OptimizePodcast and ReleasePodcast jobs?

0 个答案:

没有答案