imTigger / laravel-job-status

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

Custom job status model #17

Closed vpratfr closed 4 years ago

vpratfr commented 6 years ago

Would be nice to be able to use our own job status model class when we need to add some features to it.

This should not be hard :

You have a good example of how to provide such configurable model feature in spatie/laravel-model-status package