laravel-9-production-ready icon indicating copy to clipboard operation
laravel-9-production-ready copied to clipboard

laravel queue keeps exiting

Open firecentaur opened this issue 2 years ago • 1 comments

Hi Harshalone,

When examining the logs, I keep seeing a laravel queue error.

image

firecentaur avatar Jun 25 '22 19:06 firecentaur

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".

ManniLoe avatar Nov 09 '22 08:11 ManniLoe