laravel-job-status
laravel-job-status copied to clipboard
Add ability to track Job progress, status and result dispatched to Queue.
First, thanks for this great repo that has helped me a lot to build an UI (based on VueJS) to watch my jobs execution. The most difficult part for me...
Hello, I've build an 'addOuput' method so you can add multiple rows to the output. This for adding in run job sub-statuses. If you want, I can make a pull...
Hey guys! I think it is a bug if config database_connection is set.
Is it possible to implement a status e.g. "failed" when using "Withoutoverlapping" for a job? When "Withoutoverlapping" is declared in Job Middleware ther status is set to "finished"
## Description This pull request changes the `parseJob` method to ensure that `$payload['data']` is an array and that the `command` property exists before unserializing the data. The reason for this...
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...
Hello, I wish to track mail sending using `Illuminate\Mail\Mailable`. I do get an entry for the job in the `job_statuses` table, but the status remains `queued` while the job is...