imTigger / laravel-job-status

Add ability to track Job progress, status and result dispatched to Queue.
MIT License
407 stars 60 forks source link

Track batch jobs #77

Open saeednikookalam opened 1 year ago

saeednikookalam commented 1 year ago

Hi guys How can I track a batch job? For example I dispatch a job via Bus::chain() method and I want to when all job done the status job set to finished.