imTigger / laravel-job-status

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

Fix/issue 53 #72

Closed JuanS closed 2 years ago

JuanS commented 2 years ago

The change in src/EventManagers/DefaultEventManager.php is to set the status to FAILED when maxTries is less than attempts, i.e. when maxTries is set to 0.

The change in src/JobStatusUpdater.php is to not set the status to FINISHED is the status is already FAILED

MathiasWeisheit commented 2 years ago

Please publish this release