imTigger / laravel-job-status

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

rework DefaultEventManager to handle failed jobs #64

Closed 0x4c6565 closed 2 years ago

0x4c6565 commented 4 years ago

This PR reworks the DefaultEventManager class to handle failed jobs properly ($this->fail()). Closes https://github.com/imTigger/laravel-job-status/issues/63

AidasK commented 3 years ago

Can you make a unit test for retrying status also?

mirbodis commented 2 years ago

Can you please merge it ?