laravel-aws-worker
laravel-aws-worker copied to clipboard
Run Laravel (or Lumen) tasks and queue listeners inside of AWS Elastic Beanstalk workers
env() function returns null when the configuration is cached and the "REGISTER_WORKER_ROUTES" environment variable is ignored. I think it will be a good point to publish a configuration file and...
Could you please create a new release ```0.2.0``` that includes the commit https://github.com/dusterio/laravel-aws-worker/commit/b055919ebe21e8cf0ccd81865826fcce8a9529ba which improves upon exception handling? Thanks.
Not a package issue, but just wondering how you do deployments, or if you have any tips for deployment? Usually if you're using EB CLI, you have branch defaults in...
See https://github.com/laravel/horizon/issues/282 The queue connections gets cleared when the service provider from this package creates a new queue manager. We did some experiments on my team and where able to...
Hey, I posted [this question on SO](https://stackoverflow.com/questions/75898283/laravel-queued-job-with-a-backoff-not-working-on-sqs). I realized afterwards that it might be something that isn't supported by this package though. Hence my 'repost' here. Any information would be...