imTigger / laravel-job-status

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

JobStatus model events not triggered #35

Closed crashkonijn closed 4 years ago

crashkonijn commented 5 years ago

Because the package uses JobStatus::query()->where()->update() we perform a 'mass operation', which doesn't send model events.