laravel-9-production-ready
laravel-9-production-ready copied to clipboard
laravel queue keeps exiting
Hi Harshalone,
When examining the logs, I keep seeing a laravel queue error.
Hi @firecentaur, i had the same problem. The cause is the permanently entered queue name "sqs" in the supervisord configuration.
command=php /var/www/artisan queue:work sqs --sleep=3 --tries=3
Remove "sqs" and it starts processing the "default queue".