Skip to content

Releases: digbang/safe-queue

v1.1.0 - Multiple EMs support

25 Feb 14:24
944acaa

Choose a tag to compare

Support for multiple entity managers (#12)

v1.0.0

23 Feb 13:13
594df56

Choose a tag to compare

  • Se agregó soporte para PHP ^8.0.2

v0.6.0 - Laravel 8 fix

12 Aug 18:49
baa3698

Choose a tag to compare

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

15 Sep 20:54
949ebf6

Choose a tag to compare

Merge pull request #7 from digbang/laravel8

Laravel8

v0.4.1 - Fixed missing comma

06 May 14:54
5bd7fda

Choose a tag to compare

#6 Fix syntax error in worker.php

Laravel 6 & 7 support

27 Mar 14:56

Choose a tag to compare

(needs a little testing)