laravel-aws-worker
laravel-aws-worker copied to clipboard
Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers
Whenever I add the job to the queue it is being added however on my worker I get this error problem ``` [2018-09-18 09:48:29] develop.ERROR: Argument 3 passed to Illuminate\Queue\Worker::process()...
Fatal error: Call to undefined method Illuminate\Foundation\Application::post() in ..local\vendor\dusterio\laravel-aws-worker\src\Integrations\LumenServiceProvider.php on line 36
127.0.0.1 (-) - - [16/Mar/2018:14:19:59 +0000] "POST /worker/schedule HTTP/1.1" 200 100 "-" "aws-sqsd/2.3" My worker post on /worker/schedule. But my main app is not responding at all. I have set...
Hi, I'm a little bit confused.. The advantage of using this package is that we can schedule and retrieve the jobs in a "laravel standard" way? Currently I've created some...
I'm trying to implement this package for my application's scheduling and queues. The scheduling is working great except that the messages look like they're stuck In Flight and don't get...
Add an example for the worker and the application.
Hi, I have to tell it is the first time I use a Worker in Elastic Beanstalk. I'm a bit confused, because I followed all documentation, and nothing happens :(...
Hi!, Am trying to figure out if I need to set up **Configure any queue** if all I need is just Scheduled tasks. Thanks