msy.ini 429 B

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