Replies: 1 comment 7 replies
-
|
Hi, To run Laravel Queues on AWS Lambda have a look at the Bref-Laravel Bridge: https://github.com/brefphp/laravel-bridge#laravel-queues-with-sqs |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
I'm trying to deploy my laravel project with bref
every things working well like Queue worker.php
I know worker.php replace the need for supervisor to execute listener "php artisan queue:work"
I'm trying to so similar function with worker for different console command to run 24/7 with multi procs
this my supervisord config file
this work as lister for Asterisk server events that come with AMI
I need a way to make this working with aws function exactly like how you do this with Queues
Please advice if this possible
Beta Was this translation helpful? Give feedback.
All reactions