v0.6.0 - Laravel 8 fix
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.