Created
July 3, 2016 08:03
-
-
Save JellyBool/94ba6c3a782f335613fecfa17cae7d6b to your computer and use it in GitHub Desktop.
laravel-worker.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[program:laravel-worker] | |
process_name=%(program_name)s_%(process_num)02d | |
command=php /home/vagrant/Code/queue-series/artisan queue:listen --tries=3 | |
autostart=true | |
autorestart=true | |
numprocs=8 | |
redirect_stderr=true | |
stdout_logfile=/home/vagrant/Code/queue-series/storage/logs/worker.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello man, i am having a difficulty ,when it comes to implementing work Supervisor in laravel 5.4. Would you tell me how to create the file and configure it,step by step ..Thank you