diff --git a/vagrant/pony.fm.supervisor.config b/vagrant/pony.fm.supervisor.config index c737e5e2..d1418190 100644 --- a/vagrant/pony.fm.supervisor.config +++ b/vagrant/pony.fm.supervisor.config @@ -3,7 +3,7 @@ process_name = %(program_name)s_%(process_num)02d command = php /vagrant/artisan queue:listen --queue=default,notifications,indexing --sleep=5 --tries=3 autostart = true autorestart = true -user = www-data +user = vagrant numprocs = 2 redirect_stderr = true stdout_logfile = /vagrant/storage/logs/worker.log