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:
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
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire