Skip to content

Instantly share code, notes, and snippets.

@arielmagbanua
Last active January 16, 2019 01:41
Show Gist options
  • Save arielmagbanua/8a310c0e846e2065e27b0995bb7344a1 to your computer and use it in GitHub Desktop.
Save arielmagbanua/8a310c0e846e2065e27b0995bb7344a1 to your computer and use it in GitHub Desktop.
laravel worker sample config file
[program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d
command=php home/vagrant/Code/lead_reactor/artisan queue:work database --sleep=3 --tries=3 --daemon
autostart=true
autorestart=true
user=vagrant
numprocs=8
redirect_stderr=true
stdout_logfile=home/vagrant/Code/lead_reactor/storage/logs/laravel-worker.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment