I'm trying to get supervisor working to make sure my queue system is always running.
Here are the steps I took, which I pieced together from various sources: (Ran as root or super user)
Ran:
# easy_install supervisor # echo_supervisord_conf > /etc/supervisord.conf # vi supervisord.conf
Pasted the following to end of file:
command=/usr/bin/php /path/to/AppName/artisan --env=production --timeout=240 queue:listen
Ran:
# supervisord -c /etc/supervisord.conf # supervisorctl supervisor> status supervisor>
It does not display anything.
Ran:
# service supervisord reload supervisord: unrecognized service