123456789101112 |
- [program:application]
- process_name=%(program_name)s_%(process_num)02d
- command=php /var/www/application/artisan queue:work redis --queue={order:close},{appearance:user},{msy},{xunfei:voice} --tries=5
- autostart=true
- autorestart=true
- startsecs=0
- startretries=10
- user=nginx
- numprocs=1
- redirect_stderr=true
- stdout_logfile=/var/www/application/storage/logs/worker.out.log
- stderr_logfile=/var/www/application/storage/logs/worker.err.log
|