lundi 14 décembre 2020

queue-worker:queue-worker_00: ERROR (spawn error) Laravel Supervisor CentOS 7

I am trying to dispatch a job by laravel queue:work using supervisor in the live server (CentOS 7). Supervisor is running but the job is not processing. I am getting following error:

enter image description here

My worker file is :

[program:queue-worker]
process_name=%(program_name)s_%(process_num)02d
command=php /home/maomin/public_html/bvend.xyz/artisan queue:work sqs --sleep=3 --tries=3 --max-time=3600 --daemon
autostart=true
autorestart=true
stopasgroup=true
killasgroup=true
user=apache
numprocs=8
redirect_stderr=true
stdout_logfile=/home/maomin/public_html/bvend.xyz/w.log
stopwaitsecs=3600

log file (/home/maomin/public_html/bvend.xyz/w.log) shows below error :

The "--max-time" option does not exist.  

I have tried almost all google solution but no luck



from Newest questions tagged laravel-5 - Stack Overflow https://ift.tt/2Wcb68P
via IFTTT

Aucun commentaire:

Enregistrer un commentaire