Releases: digbang/safe-queue
Releases · digbang/safe-queue
v1.1.0 - Multiple EMs support
v1.0.0
- Se agregó soporte para PHP ^8.0.2
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.
v0.5.0 - Laravel 8 Support
Merge pull request #7 from digbang/laravel8 Laravel8
v0.4.1 - Fixed missing comma
#6 Fix syntax error in worker.php
Laravel 6 & 7 support
(needs a little testing)