Installation for S&D
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
288 B

2 years ago
  1. [program:queue-worker]
  2. process_name=%(program_name)s_%(process_num)02d
  3. command=php /var/www/ingest/artisan queue:listen --queue=sd_ingest,default --tries=2 --timeout=180
  4. autostart=true
  5. autorestart=true
  6. user=www-data
  7. numprocs=3
  8. redirect_stderr=true
  9. stdout_logfile=/var/log/queue/queues.log