Skip to content

v0.6.0 - Laravel 8 fix

Choose a tag to compare

@dpgover dpgover released this 12 Aug 18:49
· 8 commits to master since this release
baa3698

Laravel 8 changed the "stop()" method and it does not exit the worker anymore.
This new implementation solves that.

Also, because the kill switch is the EM, we don't increment the attempts on the job anymore if the fail is not from it's code.