All checks were successful
Push image to registry / build-image (push) Successful in 6m46s
13 lines
346 B
Plaintext
13 lines
346 B
Plaintext
[program:laravel-worker]
|
|
process_name=%(program_name)s_%(process_num)02d
|
|
command=php /var/www/artisan queue:work --queue=high,default --tries=3 --timeout=300 --sleep=3 --no-interaction
|
|
autostart=true
|
|
autorestart=true
|
|
stopasgroup=true
|
|
killasgroup=true
|
|
user=root
|
|
numprocs=1
|
|
redirect_stderr=true
|
|
stdout_logfile=/var/www/worker.log
|
|
stopwaitsecs=3600
|