Need to run php artisan queue:listen on shared hosting
Need a help to run queue job in shared hosting. I have tried using SSH, but when I close my system this queue also get the stop. How to run queue on shared hosting please help anyone.
I have created my queue-worker as like
[program:queue-worker] process_name=%(program_name)s_%(process_num)02d command=php /home/adbullminwin/public_html/api/artisan queue:work --sleep=3 --tries=3 autostart=true autorestart=true user=root numprocs=8 redirect_stderr=true stdout_logfile=/home/adbullminwin/public_html/api/worker.log
But when I run the command supervisorctl start queue-worker:* it showing response as like queue-worker: ERROR (no such group)