Skip to content

Releases: FoxxMD/laravel-elasticbeanstalk-queue-worker

Laravel 5.x - 9.x, Amazon Linux 2 support

29 Jun 05:32
31d05e8
Compare
Choose a tag to compare

Modified to support Amazon Linux 2 and ending support for Amazon Linux 1.
Amazon Linux 1 is unsupported, it is advised to migrate to use Amazon Linux 2.
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.migration-al.html
Also modified to support up to Laravel 9.x.

v0.3.1

10 Oct 14:18
Compare
Choose a tag to compare

Add missing space in queueVal falsy statement

v0.3

20 Sep 20:19
Compare
Choose a tag to compare
  • queue param is now optional, closes #3
  • Correct user for executing a program
  • Supply environmental variables to supervisor program correctly
  • Grace period on update to ensure supervisord has stopped before starting again

v0.2.1

21 Dec 19:19
Compare
Choose a tag to compare

Add delay parameter to artisan queue:work

Allows setting --delay= from environmental variables

v0.2

18 Nov 21:14
Compare
Choose a tag to compare
  • Environmental variables are now case-insensitive
  • User can supply their own supervisord.conf by specifying in config file

v0.1

11 Nov 16:50
Compare
Choose a tag to compare

Initial release