laravel-queue.conf 316 B

1234567891011
  1. [program:laravel-queue]
  2. process_name=%(program_name)s_%(process_num)02d
  3. command=/opt/php/bin/php /data/www/public/artisan queue:work redis --sleep=3 --tries=3
  4. autostart=true
  5. autorestart=true
  6. numprocs=8
  7. user=www
  8. stdout_logfile=/dev/stdout
  9. stdout_logfile_maxbytes=0
  10. stderr_logfile=/dev/stderr
  11. stderr_logfile_maxbytes=0