Answer the question
In order to leave comments, you need to log in
Why does queue stop in Laravel?
Good afternoon!
The situation is as follows: we have a Laravel project, for certain tasks a queue was created using standard framework tools ( https://laravel.ru/docs/v5/queues). The database is used to store Jobs.
The queue is started via supervisor.
His config:
[program:pusher]
process_name=%(program_name)s_%(process_num)02d
command=/opt/php71/bin/php /var/www/www-root/data/www/domain.ru/artisan queue:work --queue=pusher --tries=3 --timeout=60 --memory=1024
autostart=true
autorestart=true
user=myUser
numprocs=2
redirect_stderr=true
stdout_logfile=/var/www/www-root/data/www/domain.ru/queue_pusher.log
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question