Merge pull request #732 from cjmaxik/patch-4

Update supervisord.conf
This commit is contained in:
Mahmoud Zalt 2017-04-03 09:56:13 -04:00 committed by GitHub
commit 2b11fc2299
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
nodaemon=true nodaemon=true
[program:laravel-worker] [program:laravel-worker]
process_name=%(program_name)s_%(process_num)02d process_name=%(program_name)s_%(process_num)02d
command=php /var/www/laravel/artisan queue:work --sleep=3 --tries=3 --daemon command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
autostart=true autostart=true
autorestart=true autorestart=true
numprocs=8 numprocs=8