Skip to content

Instantly share code, notes, and snippets.

@JellyBool
Created July 3, 2016 08:03
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save JellyBool/94ba6c3a782f335613fecfa17cae7d6b to your computer and use it in GitHub Desktop.
Save JellyBool/94ba6c3a782f335613fecfa17cae7d6b to your computer and use it in GitHub Desktop.
laravel-worker.conf
[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
@Hyfos2
Copy link

Hyfos2 commented Sep 14, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment