laravel-job-status
laravel-job-status copied to clipboard
Track batch jobs
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.