laravel-aws-worker
laravel-aws-worker copied to clipboard
Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers
Hey All, When I install this plugin on my Laravel 5.5 AWS Elastic Beanstalk worker I see that even for the simplest job hitting the queue it is maxing out...
Using laravel:^8.12 fresh project, set REGISTER_WORKER_ROUTES=true in .env, after composer require or manually adding to composer.json , provider is never registered in config>app.php>providers array. php artisan route:list route not listed,...
How does this package handle Laravel Job's `failed()` method and `Queue::failing()`? https://laravel.com/docs/5.5/queues#dealing-with-failed-jobs Is this not supported? Do I need to create my own `failed` handling, and not use Laravel's built...
Hi! First of all, thanks for such a useful package. Im having troubles with data unserialization from SQS. Looking arround a bit i found this forum [post](https://forums.aws.amazon.com/message.jspa?messageID=94774) so i think...
Hi, I'm using laravel 5.4 and after applying this package to my project worker, messages in my sqs stay always in flight. I've done everything that the readme file says......
Error : exception 'Dusterio\AwsWorker\Exceptions\MalformedRequestException' with message 'Unable to decode request JSON'
See https://github.com/dusterio/laravel-aws-worker/blob/aa8b6420769788a8bd4f03d844231ac4ede3a5a8/src/Controllers/WorkerController.php#L155 `preg_match` fails to match input body for tries & timeout. I have tested changing those 12 slashes into ~~2~~ 3 slashes only and conditions were not failing anymore....
https://github.com/dusterio/laravel-aws-worker/issues/1
Hello, there is check for Lumen version in [LumenServiceProvider](https://github.com/dusterio/laravel-aws-worker/blob/master/src/Integrations/LumenServiceProvider.php), line: 52, to perform registration of Worker. My current version of Lumen is `Lumen (7.2.1) (Laravel Components ^7.0)`, so it is...
https://medium.com/@taylorotwell/package-auto-discovery-in-laravel-5-5-ea9e3ab20518