12 lines
310 B
Plaintext
12 lines
310 B
Plaintext
[program:vd-worker]
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
command=php /www/vd/artisan queue:work --queue=default,sync --memory=4096
|
|
autostart=true
|
|
autorestart=true
|
|
user=www
|
|
numprocs=2
|
|
redirect_stderr=true
|
|
stdout_logfile = /var/log/vd-queue.log
|
|
stderr_logfile_maxbytes=1MB
|
|
stdout_logfile_maxbytes=1MB
|